Dear Wiki user, You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" for change notification.
The following page has been changed by JeremiasMaerki: http://wiki.apache.org/xmlgraphics-fop/AreaTreeIntermediateXml/NewDesign The comment on the change is: "bookmarks" is too narrow, will switch to "document-navigation" ------------------------------------------------------------------------------ == Extensions == - The new intermediate format will need to make extensive use of extensions, mostly output format specific extensions like media selection for PCL or PostScript, or overlay functionality in AFP. The extensions will be produced in a namespace outside the normal intermediate format namespace. Features that are only implemented/supported by a small subset of output formats, ex. bookmarks, shall be implemented as an extension in order to avoid cluttering the intermediate format itself for minimal cases. + The new intermediate format will need to make extensive use of extensions, mostly output format specific extensions like media selection for PCL or PostScript, or overlay functionality in AFP. The extensions will be produced in a namespace outside the normal intermediate format namespace. Features that are only implemented/supported by a small subset of output formats, ex. bookmarks and named destinations, shall be implemented as an extension in order to avoid cluttering the intermediate format itself for minimal cases. === Example: Bookmarks Extension === @@ -183, +183 @@ [..] </page> </page-sequence> - <bookmark-tree xmlns="http://xmlgraphics.apache.org/fop/intermediate/bookmarks"> + <bookmark-tree xmlns="http://xmlgraphics.apache.org/fop/intermediate/document-navigation"> <bookmark starting-state="show" title="Chapter 1"> <goto-xy page-index="0" x="20000" y="20000"/> </bookmark> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
