Wonderful, that did it!

Alberto Massari wrote:
> 
> Hi Suzy,
> at first sight, you are adding several "song" element to the 
> document, and documents can only have one root node; try adding a 
> "songs" root node first, and change the
> 
>              m_doc->appendChild(r);
> 
> into
>              m_doc->getDocElement()->appendChild(r);
> 
> Hope this helps,
> Alberto
> 

-- 
View this message in context: 
http://www.nabble.com/XML-Generation-Throws-a-HIERARCHY_REQUEST_ERR-tf3398097.html#a9465293
Sent from the Xerces - C - Users mailing list archive at Nabble.com.

Reply via email to