need to concatenate namespace with pure XML doc

Hi friends,

I need to concantenate a name space <?xml version="1.0" encoding="UTF-8" standalone="yes"?>

with a XML document

**l_xmltype :=dbms_xmldom.getXmlType(l_domdoc);

dbms_xmldom.freeDocument(l_domdoc);

dbms_output.put_line(l_xmltype.getClobVal);**

the variable l_xmltype contains pure XML without Namespace i want to concantenate the namespace with l_xmltype .

please help.

regards,
Learner :)

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories