Link: start Link: parent Link: First page in set (first) Link: Previous page (previous) Link: Next page (next) Link: Last page in set (last) Link: A plain text version of this page (alternate) Link: The XIST source of this page (alternate) Link: The Python module described in this page (alternate) XIST.ns.atom ============ Namespace module for Atom 1.0 ============================= Home > Python software > ll.xist > ns > atom Text · XIST · Python Python softwarelist of projects * ll.xistAn extensible XML/HTML generator * ExamplesParsing/creating/modifying XML; Traversing XML trees * HowtoExplains parsing/generating XML files, XML transformations via XIST classes and other basic concepts. * SearchingHow to iterate through XIST trees * TransformationHow to transform XIST trees * Advanced topicsPool chaining, converter contexts, validation * MiscellaneousExplains various odds and ends of XIST * xscXIST core classes * nsPackage containing namespace modules * htmlHTML namespace * xmlNamespace implementing global XML attributes * wmlWML 1.3 namespace * ihtmlNamespace implementing i-mode compatible HTML * docbookNamespace implementing DocBook 4.3 * svgNamespace implementing SVG 1.0 * abbrNamespace containing abbreviation entities * codeNamespace for embedding Python code in XML * formNamespace implementing form related elements * phpNamespace for PHP processing instructions * jspNamespace for JSP code as processing instructions * metaNamespace containing meta information elements * rubyNamespace implementing the W3C ruby draft * specialsCommon useful elements * htmlspecialsCommon useful elements for HTML generation * docNamespace for automated documentation generation * kidNamespace for Kid templates * detoxNamespace for detox templates * toxicEmbed PL/SQL in XIST XML * rngNamespace for Relax NG * rss091Namespace for RSS 0.91 * rss20Namespace for RSS 2.0 * atomNamespace for Atom 1.0 * struts_htmlNamespace for Jakarta Struts HTML tags * struts_configNamespace for Jakarta Struts configuration file tags * parseParsing XML * presentScreen output of XML trees * simsSimple schema validation * xfindTree iteration and filtering * cssCSS related functions * scriptsScripts for text conversion and creating XIST namespaces * HistoryChangeLog for XIST * InstallationHow to install and configure XIST * MigrationHow to update your code to new versions of XIST * Mailing listsHow to subscribe to the XIST mailing lists * ll.ul4cA templating language * ll.urlRFC 2396 compliant URLs * ll.makeObject oriented make replacement * ll.daemonForking daemon processes * ll.sisyphusWriting cron jobs with Python * ll.colorRGB color values and color model conversion * ll.miscMisc utility functions and classes * ll.orasqlUtilities for cx_Oracle * ll.nightshadeServe the output of Oracle functions/procedures with CherryPy * ll.scriptsScripts for UL4 template rendering and URL handling * AploraLogging Apache HTTP requests to an Oracle database * PycocoPython code coverage * DownloadLinks to Windows and Linux, source and binary distributions * Source codeAccess to the Mercurial repositories This namespace module implements Atom 1.0 as specified by RFC 4287. class feed(ll.xist.xsc.Element): ================================= The feed element is the document (i.e., top-level) element of an Atom Feed Document, acting as a container for metadata and data associated with the feed. class entry(ll.xist.xsc.Element): ================================== The entry element represents an individual entry, acting as a container for metadata and data associated with the entry. class content(ll.xist.xsc.Element): ==================================== The content element either contains or links to the content of the entry. class Attrs(ll.xist.xsc.Element.Attrs): ======================================== class type(ll.xist.xsc.TextAttr): ---------------------------------- class src(ll.xist.xsc.URLAttr): -------------------------------- class author(ll.xist.xsc.Element): =================================== The author element indicates the author of the entry or feed. class category(ll.xist.xsc.Element): ===================================== The category element conveys information about a category associated with an entry or feed. class Attrs(ll.xist.xsc.Element.Attrs): ======================================== class term(ll.xist.xsc.TextAttr): ---------------------------------- class scheme(ll.xist.xsc.URLAttr): ----------------------------------- class label(ll.xist.xsc.TextAttr): ----------------------------------- class contributor(ll.xist.xsc.Element): ======================================== The contributor element indicates a person or other entity who contributed entry or feed. class generator(ll.xist.xsc.Element): ====================================== The generator element's content identifies the agent used to generate a feed, for debugging and other purposes. class Attrs(ll.xist.xsc.Element.Attrs): ======================================== class version(ll.xist.xsc.TextAttr): ------------------------------------- class uri(ll.xist.xsc.URLAttr): -------------------------------- class icon(ll.xist.xsc.Element): ================================= The icon element's content is an IRI reference that identifies an image that provides iconic visual identification for a feed. class id(ll.xist.xsc.Element): =============================== The id element conveys a permanent, universally unique identifier for an entry or feed. class link(ll.xist.xsc.Element): ================================= The link element defines a reference from an entry or feed to a Web resource. class Attrs(ll.xist.xsc.Element.Attrs): ======================================== class type(ll.xist.xsc.TextAttr): ---------------------------------- class href(ll.xist.xsc.URLAttr): --------------------------------- class rel(ll.xist.xsc.TextAttr): --------------------------------- class hreflang(ll.xist.xsc.TextAttr): -------------------------------------- class length(ll.xist.xsc.TextAttr): ------------------------------------ class title(ll.xist.xsc.TextAttr): ----------------------------------- class logo(ll.xist.xsc.Element): ================================= The logo element's content is an IRI reference that identifies an image that provides visual identification for a feed. class published(ll.xist.xsc.Element): ====================================== The published element indicatesg an instant in time associated with an event early in the life cycle of the entry. class rights(ll.xist.xsc.Element): =================================== The rights element contains text that conveys information about rights held in and over an entry or feed. class Attrs(ll.xist.xsc.Element.Attrs): ======================================== class type(ll.xist.xsc.TextAttr): ---------------------------------- class source(ll.xist.xsc.Element): =================================== If an entry is copied from one feed into another feed, then the source feed's metadata (all child elements of feed other than the entry elements) may be preserved within the copied entry by adding a source child element, if it is not already present in the entry, and including some or all of the source feed's Metadata elements as the source element's children. class subtitle(ll.xist.xsc.Element): ===================================== The subtitle element contains text that conveys a human-readable description or subtitle for a feed. class Attrs(ll.xist.xsc.Element.Attrs): ======================================== class type(ll.xist.xsc.TextAttr): ---------------------------------- class summary(ll.xist.xsc.Element): ==================================== The summary element contains text that conveys a short summary, abstract, or excerpt of an entry. class Attrs(ll.xist.xsc.Element.Attrs): ======================================== class type(ll.xist.xsc.TextAttr): ---------------------------------- class title(ll.xist.xsc.Element): ================================== The title element contains text that conveys a human-readable title for an entry or feed. class Attrs(ll.xist.xsc.Element.Attrs): ======================================== class type(ll.xist.xsc.TextAttr): ---------------------------------- class updated(ll.xist.xsc.Element): ==================================== The updated element contains a date indicating the most recent instant in time when an entry or feed was modified in a way the publisher considers significant. class email(ll.xist.xsc.Element): ================================== The email element's content conveys an e-mail address associated with the person. class uri(ll.xist.xsc.Element): ================================ The uri element's content conveys an IRI associated with the person. class name(ll.xist.xsc.Element): ================================= The name element's content conveys a human-readable name for the person.