UtilXml.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

UtilXml.java

BJ Freeman
I have a need to read in  megabyte XML files
so i am not pulling it into memory but reading as a stream
one line at a time.
I have a string <somestring>value</somestring>
I have a routine that just returns the value.
I would like to add it to the UtilXml.java

Reply | Threaded
Open this post in threaded view
|

Re: UtilXml.java

Jacques Le Roux
Administrator
Please open a Jira issue

Jacques

From: "BJ Freeman" <[hidden email]>
>I have a need to read in  megabyte XML files
> so i am not pulling it into memory but reading as a stream
> one line at a time.
> I have a string <somestring>value</somestring>
> I have a routine that just returns the value.
> I would like to add it to the UtilXml.java
>