Manipulating XML data easily and efficiently in Java remains an important problem. Numerous approaches to XML binding exist in the industry, including DOM, JAXB, XML Beans, Castor, SDO and so on. In ...
In an earlier blog entry, I wrote about using Trang to generate XML Schema from an XML source document. In this blog entry, I will look at using Apache XMLBeans‘s tool called inst2xsd to also generate ...
We have an XSD that defines three element types: 'vehicle', 'car' and 'truck'. 'car' and 'truck' each extend 'vehicle'.<BR><BR>A (validated) document may contain many car and truck elements, but they ...
I have previously blogged on several utilitarian tools that are provided with the Java SE 6 HotSpot SDK such as jstack, javap, and so forth. I focus on another tool ...
One way to store information in a hierarchical way is in a XML file. XML provides a great way to store objects and their attributes in a plain-text file. Although plain text, XML isn't just some ...
The definition of an XML document, which identifies the XML tags and includes the rules for their interrelationships; for example, there must be at least one B tag within every tag A, or there can ...
Suggestions for a tool that will let me generate an XSD subset based on 2+ XSDs in order to flatten the structure?<BR><BR>I'm working with the PESC XSDs, and don't need the various groups/etc that ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results