Parsing out chunks of .xml from a binary file
Hello everyone,
I have binary files that have chunks of .xml data in them that I want
to parse out and use.
What would be the best approach to do this?
Some direction would be greatly appreciated.
Best regards!
.
Relevant Pages
- Re: Parsing XML data as it arrives from LWP call
... >I would like to parse the resulting XML data as it's being returned as ... >opposed to waiting for all the data to arrive as my code is designed now. ... module to process incoming XML in chunks. ... (comp.lang.perl.modules) - Re: open email to the W3C
... the eyeball can read ALL ASCII files in existence. ... Contrast this with binary files: ... Where if you've written a program that can parse one particular binary ... My Jpeg viewer for example, isn't able to display PDF files, or show me ... (comp.lang.java.advocacy) - Re: Reading a text file
... > I need to use VB6 to read in and parse through a text file one line ... If the file isn't too big read it all into a single string and use ... you'd like to work with in one piece then read chunks at a time and do the ... (microsoft.public.vb.general.discussion) - Re: Illegal Character in XML data
... I am using tdom to parse an XML data. ... character with something else and then parse it. ... (comp.lang.tcl) - Re: XML to inMemory Hash
... Is there any way to create chunks so that it wont parse the entire file. ... I am planning to solve my memory issue by making the XML into Chunks ... (perl.beginners) |
|