"What if? Why not? Challenge the Convention! Let's do some incredible things!"  More Quotes

Welcome to Aspire Knowledge Central (AKC)

   Home   Public Library   Author Content

Choose a data format:   classic-xml   object-xml   embedded-xml   text   excel

jaxb 2.0 tutorial: XML File

One folder two files


<content>
<folder id="123" name="folder123">
   <file id="1" name="file1">
       <description>desc</description>
       <contents>some text</contents>
   </file>
   <file id="2" name="file1">
       <description>desc</description>
       <contents>some text</contents>
   </file>
</folder>
</content>

More meety xml file


<?xml version="1.0" encoding="UTF-8"?>
<content>
<folder id="123" name="folder123">
   <file id="1" name="file1">
       <description>desc</description>
       <contents>some text</contents>
   </file>
   <file id="2" name="file1">
       <description>desc</description>
       <contents>some text</contents>
   </file>
</folder>
<folder id="124" name="folder124">
   <file id="1" name="file1">
       <description>desc</description>
       <contents>some text</contents>
   </file>
   <file id="2" name="file1">
       <description>desc</description>
       <contents>some text</contents>
   </file>
</folder>
<folder id="125" name="folder125">
</folder>
</content>