G
Guest
Hi
I have a access table that I want to export to an XML file. I can do that fine but unfortunately Access adds a load of information at the top of the XML document that I don't need i.e.
<?xml version="1.0" encoding="UTF-8"?><dataroot xmlnsd="urn:schemas-microsoft-comfficedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Student%20Records.xsd" generated="2004-02-19T10:45:45"><Student_x0020_Records><studentid>1</studentid
Ideally I would like the xml file to start :
<?xml version="1.0" encoding="UTF-8"?><studentid>1</studentid
Is there anyway I can remove the top few lines ? I am not that sure about XML but have a feeling that a schema could do this but I am not 100 % sure
Thank you for your time
Craig
I have a access table that I want to export to an XML file. I can do that fine but unfortunately Access adds a load of information at the top of the XML document that I don't need i.e.
<?xml version="1.0" encoding="UTF-8"?><dataroot xmlnsd="urn:schemas-microsoft-comfficedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Student%20Records.xsd" generated="2004-02-19T10:45:45"><Student_x0020_Records><studentid>1</studentid
Ideally I would like the xml file to start :
<?xml version="1.0" encoding="UTF-8"?><studentid>1</studentid
Is there anyway I can remove the top few lines ? I am not that sure about XML but have a feeling that a schema could do this but I am not 100 % sure
Thank you for your time
Craig