Archived Forum Post

Index of archived forum posts

Question:

xml.GetXML() export double 'version=1.0'-Tag

May 12 '15 at 12:07

Hello!

i load a xml file or String into a Chilkat.Xml (v. 9.5.0.48) Object:

loXml = CreateObject('Chilkat_9_5_0.Xml') loXml.LoadXml('<?xml version="1.0" standalone="no" ?><body><body>')

After that i export the Xml: tmp = loXml.GetXml()

Now the tmp-variable has a double version-Tag: <?xml version="1.0" version="1.0" encoding="utf-8" standalone="no" ?> <body> <body/> </body>

Is this a Bug? Or should i remove it manually?

Best Regards Philip


Answer

Thanks! This is a new bug.

Here's a build that fixes it:

32-bit Download: http://www.chilkatsoft.com/download/preRelease/ChilkatAx-9.5.0-win32.zip

64-bit Download: http://www.chilkatsoft.com/download/preRelease/ChilkatAx-9.5.0-x64.zip