02-05-2009 06:16 AM
02-05-2009 07:12 AM - edited 02-05-2009 07:13 AM
Hi behemot_,
as far as i know, <?xml> is not a valid xml tag. You can simply check it, if you open your xml file with a browser.
Hope it helps.
Mike
02-06-2009 08:16 AM
Actually, <?xml propertyx="propertyvalue"?> is a valid XML tag. It should be the first tag in the file and is there to tell the parser how to parse the file. It usually includes version and encoding information.
What version of LabVIEW and the XML toolkit are you using?