Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change notification.
The following page has been changed by JörnNettingsmeier: http://wiki.apache.org/lenya/LenyaSpecificXMLNamespaces ------------------------------------------------------------------------------ + This documentation is current for SVN 1.4-trunk as of 2006-06-07. + Lenya uses a number of special XML namespaces. They are listed in the Lenya 1.2 documentation: http://lenya.apache.org/1_2_x/misc/namespaces.html The purpose of this page is to document the purpose of those namespaces, the elements and attributes they contain, and their usage semantics. + + Since the introduction and usage of elements in those namespaces is often done ad-hoc and informally, this document will also hopefully serve as the basis for a formal, rigorous definition for later Lenya releases. + == lenya:* http://apache.org/cocoon/lenya/page-envelope/1.0 == @@ -20, +25 @@ <placeholder>:: Determines if the document is just a placeholder in the trash and archive areas. @see org.apache.lenya.cms.site.usecases.MoveSubsite (from LenyaMetaData.java) - <height>:: (from LenyaMetaData.java) + <height>:: Used for graphic assets to store the height in pixels. (from LenyaMetaData.java) - <width>:: (from LenyaMetaData.java) + <width>:: Used for graphic assets to store the width in pixels. (from LenyaMetaData.java) + <custom>:: Wrapper element for custom metadata (arbitrary elements with textual content) (from LenyaCustomMetaData.java) + + ==== + + <publication-id>:: The publication id. (from PageEnvelope.java) + + <publication>:: The publication (from PageEnvelope.java) + + <publication-languages-csv>:: A list of the publication's languages, comma-seperated + + <context-prefix>:: The context prefix + + <area>:: The area + + <default-language>:: The default language of the publication + + <document>:: The current document + + <document-id>:: The document id of the current document + + <document-parent>:: The document id of the parent document + + <document-name>:: The name of the current document + + <document-type>:: The type of the current document + + <document-label>:: The label of the current document + + <document-url>:: The URL of the current document + + <documenr-url-without-language>:: The URL of the current document without a + + <document-file>:: The file of the current document + + <document-path>:: The path of the current document + + <document-extension>:: The extension of the current document + + <document-source-extension>:: The source extension of the current document + + <document-uuid>:: The uuid of the current document + + <document-language>:: The language of the current document + + <document-languages>:: The languages the current document is available in + + <document-languages-cvs>:: The languages the current document is available in, + + <document-lastmodified>:: The last modified date of the current document + + <breadcrumb-prefix>:: The breadcrumb prefix of the publication, used for navigation + + <ssl-prefix>:: The SSL prefix of the publication + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
