RE: how to extract xml fragments while parsing with SAX

2003-01-29 Thread Erik Rydgren
]; [EMAIL PROTECTED] Subject: Re: how to extract xml fragments while parsing with SAX Hi Erik, Thanks for your response. It's very helpful. However, I think the performance could be improved if we don't print the parsed tags into a buffer first and parse them a

Re: how to extract xml fragments while parsing with SAX

2003-01-29 Thread jiang lei
To: <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 7:05 PM Subject: RE: how to extract xml fragments while parsing with SAX ... > For the parsing functionality take a look at the SAXPrint example (it uses > SAXPrintHand

RE: how to extract xml fragments while parsing with SAX

2003-01-29 Thread Erik Rydgren
Erik Rydgren Mandarinen systems AB Sweden -Original Message- From: jiang lei [mailto:[EMAIL PROTECTED]] Sent: den 29 januari 2003 08:18 To: Xerces mailing list Subject: how to extract xml fragments while parsing with SAX Hi all, I am a newbie

how to extract xml fragments while parsing with SAX

2003-01-28 Thread jiang lei
Hi all, I am a newbie to Xerces parser and xml. What I'm trying to do is to get small pieces of DOM output while parsing with SAX. In a simple word, I want to parse a big xml document, build repeated fragments into dom documents. Thoes fragments can be identified with certain tags.