October 14, 200322 yr Hi, I'm trying to parse a XML file to get the "RECORDID" so I can edit the db record using the CGI -edit parameter. The RECORDID is an attribute of the node <ROW>. Can someone show me how to parse the file to get that attribute? Here's the XML code- <?xml version="1.0" encoding="UTF-8" ?> <FMPDSORESULT xmlns="http://www.filemaker.com/fmpdsoresult"> <ERRORCODE>0</ERRORCODE> <DATABASE>TestWebEvents.fp5</DATABASE> <LAYOUT /> + <ROW MODID="6" RECORDID="44524"> ...(code) </ROW> </FMPDSORESULT> Thanks!
Create an account or sign in to comment