Re: How to merge two files like the following with the XML or text parser



karenmiddl...@xxxxxxxxx wrote:
> I want... I want... I want... I want...

I want a million bucks.

> Appreciate if you could kindly share how to get this done with the XML
> or text parser...

We'll be glad to help you, but we're not gonna write your program for
you. What have you tried so far, and what problems have you run into?

Before you reply, I recommend you read the posting guidelines for this
group:
http://mail.augustmail.com/~tadmc/clpmisc/clpmisc_guidelines.html

--
DavidFilmer.com

.



Relevant Pages

  • Re: Validate XML using DOM/DTD
    ... If the XML does not comply with its dtd, ... implement your won ErrorHandler and set it to parser. ... On every error in XML, ... Prev by Date: ...
    (comp.lang.java.help)
  • Re: Writing a parser
    ... The one I typed is illegal (and must be reported as such by an XML ... parser if it is used). ... Prev by Date: ...
    (comp.text.xml)
  • Re: Word 2003 XML
    ... In essence the parser determines whether the XML provided to it, ... have much info. about the schemas associated with an XML document. ... (which is what namespaces are all about). ...
    (microsoft.public.mac.office.word)
  • Re: My Regexp XML Parser -> Structured Perl Data, Cut & Paste Version, No Modules (Vol I)
    ... >>>but that's totally useless for XML parsing. ... >Your parser has no appreciation of nesting beyond the very trivial, ... >going to be for your parser to validate against one. ... Wheather or not I can use it to write a schema checker is something I ...
    (comp.lang.perl.misc)
  • Re: SAX PARSING DESIGN PATTERN
    ... I am parsing out an xml document using a sax parser. ... In the class that implements the parser element for a given tag I include a reference to the parent parser element object. ... The parsing loop will retrieve a handler for the current tag during startElement() and set its "parent" instance variable to the current AbstractHandler before pointing currentHandler at the new one. ... Or does your SAX parser actually have StartElementand EndElementmethods? ...
    (comp.lang.java.programmer)