|
Go
![]() |
Post
![]() |
Find
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
Hi,
I would like to know the ways of extracting/reading data from RIXML file through Java code. Thanks n Regards, Kalyan |
|||
|
|
Standards Committee, Chair |
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.
|
|||
|
| Powered by Social Strata |
|