Title: Message
Hi all,
 
    Has anyone had any problems with the [_currentNode.valueOf("text()")] not getting the entire value (or if it is, the value is not being stored in the Xml Dom tree properly?
 
    I have a really really really large Xml Dom tree and looping through a bunch of nodes to extract some values (results from a database table: 60 columns by 4000 rows).  Some of my datavalues are coming out at "nul" or "n" as opposed to "null".  I checked  the xml string before building the dom and there are no "nul" or "n" values (The xml string correctly shows the "null").  However, when I use the valueOf("text()") method, I get only part of my value.
 
    Any ideas would be greatly appreciated.
 
Doug Hoppes
Charles River Development
781-238-0099 x269
 

Reply via email to