AFAIK the buildfromstring() function needs a real XML document string as input.
SyBooks Online - PBDOM - buildfromstring()
Try something like:
doc = builder.buildfromstring('<?xml version="1.0" ?>' + as_xml)
hth
Arnd
AFAIK the buildfromstring() function needs a real XML document string as input.
SyBooks Online - PBDOM - buildfromstring()
Try something like:
doc = builder.buildfromstring('<?xml version="1.0" ?>' + as_xml)
hth
Arnd