Hi guys!

The following code produces malformed XML output:

$type   = $sdo->getTypeName();
$xdoc   = $this->xml_das->createDocument('', $type, $sdo);
$xmlstr = $this->xml_das->saveString($xdoc);

Try looking at this document that was produced this way:
http://codestar.se/malformedxml.xml

The problem seems to be that characters like & are not escaped during
XML creation.

How can I fix this? Seems like the SDO_DAS_XML class is not part of
the installed PHP SCA SDO package?

Regards,
Tom
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"phpsoa" group.
To post to this group, send email to phpsoa@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.co.uk/group/phpsoa?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to