Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can we insert a new node or edit an XML document using SAX
Paser? If yes how?

Answers were Sorted based on User's Feedback



Can we insert a new node or edit an XML document using SAX Paser? If yes how?..

Answer / upender

No it is not possible with SAX parser.. In case of DOM
parser a memory tree is formed which is alterable and
subsequently mapped to XML document

Is This Answer Correct ?    3 Yes 2 No

Can we insert a new node or edit an XML document using SAX Paser? If yes how?..

Answer / g.h

You could say it is not IMpossible. It just depends on how
the parser is used.

Suppose we made a SAX handler which basically outputs XML
that copies the input being parsed. The handler could be
programmed in such a way that it outputs an additional node
at the right moment. It could also make changes in between
input and output.

However, SAX is not really intended for such operations. We
are not really altering the XML document itself either. SAX
merely reads the XMl text and generates events based on the
input. What we do with those events depends on what the SAX
parser is used for.

If new nodes must be inserted, multiple edits made or
content moved around, the natural fit is DOM: the Document
Object Model. It models an XML document entirely in memory
as an object tree, allowing unlimited alterations. If
necessary, this model can then be outputted to a text-based
XML form again.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More XML XSLT RSS Interview Questions

How would you build a search engine for large volumes of XML data?

1 Answers  


What do you mean by xslt <xsl: value-of> element?

0 Answers  


Why is xml used?

0 Answers  


What is xsl text?

0 Answers  


Write a code for xml attribute and element.

0 Answers  


Explain and describe xml?

0 Answers  


In xml how can the user create code which contains content that would be ignored by the parser?

0 Answers  


What is the main use of an xslt file?

0 Answers  


What is xml signature/encryption?

0 Answers  


Difference Between Element and Node.

2 Answers   ABC,


What is difference between wsdl and xsd?

0 Answers  


Can we convert csv to json?

0 Answers  


Categories