On Tuesday, July 30, 2002 at 12:38, Adam Cork wrote:
AC> Whitespace is not allowed at this location. Error processing resource AC> 'file:///E:/xml_test/newtest.xml'. Line 4, Position 13 AC> <data>Foo & Bar</data> AC> ------------^ AC> on this file AC> <?xml version="1.0" encoding="ISO-8859-1"?><test> <idcode>6083</idcode> AC> <data>Foo & Bar</data></test> AC> Any ideas? try replacing your '&' with '&'. xml will treat the & as the start of an entity declaration. hth, darren. ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
