in reply to Re^3: Semicolons in webforms
in thread Semicolons in webforms
In my program I would then parse the xml data into other variables. The problem is that when I attempt to parse the data the semicolon in the tablefield xml tag screws it up. TIA.# this line represents the xml that I would receive from a client. $xmlstring = '<listofitems> <item> <itemid>1234</itemid> <itemname>genericname</itemname> <tablefield>1234;id</tablefield> </item> <item> <itemid>1235></itemid> <itemname>genericname2</itemname> <tablefield>1235;id</tablefield> <tablefield>1;specialtiem</tablefield> </item> </listofitems>';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Semicolons in webforms
by eserte (Deacon) on Dec 31, 2007 at 00:14 UTC |