[ 
https://issues.apache.org/jira/browse/TUSCANY-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pete Robbins resolved TUSCANY-747.
----------------------------------

    Resolution: Fixed

This should now be fixed as of revision r547380 

> [SDO for C++] Unable to load an XML doc with no namespace
> ---------------------------------------------------------
>
>                 Key: TUSCANY-747
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-747
>             Project: Tuscany
>          Issue Type: Bug
>          Components: C++ SDO
>    Affects Versions: Cpp-Next
>         Environment: All
>            Reporter: Geoff Winn
>             Fix For: Cpp-Next
>
>
> Given the following XML:
> <customer><firstName>Jane</firstName><lastName>Doe</lastName></customer>
> I have no XSD for this document, and don't want to have one or have to
> define specific SDO types for it. I just want to load this XML into an
> SDO DataObject.
> XMLDocumentPtr doc = XMLHelper::load(xml);
> gives me an XMLDocumentPtr with no root DataObject.
> char* xml = XMLHelper::save(doc);
> gives me this:
> <?xml version="1.0" encoding="UTF-8"?>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to