RIXML.org    RIXML.org message boards    Technical examples discussion    How to read RIXML tag data
Go
Post
Find
Notify
Tools
Reply
  
How to read RIXML tag data
 Login/Join
 
Posted
Hi,

I would like to know the ways of extracting/reading data from RIXML file through Java code.

Thanks n Regards,
Kalyan
 
Posts: 1 | Registered: 30 January 2007Reply With QuoteReport This Post
Standards Committee, Chair
Posted Hide Post
Reading RIXML from a Java program is no different from reading any other XML data. Select an XML parser you find suitable -- e.g. Apache Xerces. Then have your program read the RIXML data, pass it to the parser, validate it against the schema, and navigate the DOM tree as needed.
 
Posts: 92 | Location: New York, NY, USA | Registered: 03 January 2003Reply With QuoteReport This Post
  Powered by Social Strata  
 

RIXML.org    RIXML.org message boards    Technical examples discussion    How to read RIXML tag data

© Rixml.org Ltd. 2002-2004