Any high-asci or wierd chars in the node name or its values? Try opening the xml file in IE, it will inform you of any parsing errors. If you have wierd chars in the xml, you will need to escape them (eg URLencode) in the XML, and unescape them after parsing in director.
----- Original Message ----- From: "Tanya Renne" <[EMAIL PROTECTED]> To: "Lingo" <[EMAIL PROTECTED]> Sent: Monday, July 29, 2002 4:11 AM Subject: <lingo-l> Q: XML parser and children > I've been tasked to update a client's CD of member literature. > > I'm on win98 , dir 8.5 > The app uses masterapp and an XML document which is well formed. > My task was to update the XML with current info and current pdfs with > relevant size and path etc. > That is all fine. > > The original developer made all the titles of all the pdfs the same - > they want to change that so I've added another child to my node ... and > my app is throwing up on me over it. > > When I use the old XML everything is fine and the only difference is > this additional child in the code ... I see no place update that. > > Any advice is much appreciated. > > Regards > --Tanya > -------------------------------------------------------------------------- > http://www.rennedevelopment.com > *home of the DotOrgAdvisor* > Internet Strategy and Services for Associations & Non-Profit Organizations > **our testimonials say it all** > > 1309 Emerson St. NW > Washington, DC 20011 > 202.545.0219 > -------------------------------------------------------------------------- > [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!] > > [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
