Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
9.5. Extensible Markup Language (XML) File Sequencer
The Extensible Markup Language (XML) File Sequencer stores the structure and data of an XML file into the repository. DTD, entity, comments, and other content are maintained by the sequencer in the output structure.
9.5.1. XML File Sequencer Example Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
For this XML document:
The sequencer will generate this content (assuming its output is redirected to
xml/myxml
)
9.5.2. XML File Sequencer CND Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
The CND used by this sequencer is provided below. Note that the XML sequencer will parse CDATA into its own node in the sequenced output even though the example above does not explicitly demonstrate this.
9.5.3. Using the XML File Sequencer Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
To use the XML File Sequencer, include
modeshape-sequencer-xml.jar
in your classpath and configure your repository similar to: