This is a discussion on Constraint with Reader Object within the XML forums, part of the Programming Talk category; I am using reader objects in my application. The problem I am facing is it does not all to traverse ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am using reader objects in my application. The problem I am facing is it does not all to traverse a document in different directions. Also in addition it does not allow writing information to XML document. Why is it so? I want to insert a node in my application. How can I achieve this with this constraint appearing in my application.
|
|
|||
|
The reader object is very useful and advantageous by its feature of very fast forward but it can be used only for read-only processing of an application. As you have mentioned they do not allow traversing a document in different directions and also they do not allow writing information to XML document. For doing this and for handling your requirement of insert a node in your application you must make use of XML DOM which has XmlNode class having these abilities and features.
|
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Urgent - WinRunner user guide material | priyapp | Testing Tutorials | 3 | 02-16-2007 02:37 AM |
| qtp&winreunner materail | mattana_79 | Testing Tutorials | 1 | 02-14-2007 04:51 AM |
| Comp.software-eng FAQ (Part 0): periodic postings and archives | David Alex Lamb | Tech FAQ | 2 | 05-23-2004 05:15 AM |
| Comp.software-eng FAQ (Part 0): periodic postings and archives | David Alex Lamb | Tech FAQ | 3 | 04-18-2004 05:15 AM |
| comp.lang.eiffel Frequently Asked Questions (FAQ) | Franck Arnaud | Tech FAQ | 0 | 04-17-2004 07:27 AM |