Hello, I tried to create an xml-file like this: <?xml version="1.0" encoding="UTF-8"?> <a:b/>
using:
createDocument("","a:b",0)
In this case, the colon causes a runtime-error.
using:
createDocument("","a-b",0)
works well. I hope someone can tell me how to use it correctly.
thx Jens
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
