Database Reference
In-Depth Information
ies . The Oracle XML Parser v2 library is mainly responsible for XML parsing and valida-
tion, as shown in the following screenshot. TopLink mentioned in the previous section is
the main O-R mapper. Refer to http://www.oracle.com/technetwork/middleware/toplink/
overview/index.html and http://www.oracle.com/technetwork/middleware/toplink/over-
view/index.html for more details.
Oracle XML Parser configuration
Thanks to the mouse's right-click menu functions— Reformat and Validate XML —you
can always check the consistency of your document and keep it in a readable form. The
same validation can be done using the following command line:
>java oracle.xml.parser.v2.oraxml -schema PurchaseOrder.xml
The input XML file is parsed without errors using the Schema validation mode. Similar to
this, to apply style sheets in the command line, the oraxsl utility is handy.
Search WWH ::




Custom Search