I have a SQL script that Im building to make a structure, this is the oracle version Im working with "Oracle Database 10g Release 10.2.0.4.0 - 64bit Production", then this is the script:
XMLELEMENT("cbc:InvoicedQuantity", xmlattributes('PEN' as "/@unitCode"))
this is the line that give me the error. I think xml cant parse this characters "/" or "@", is there any solution for this? please, i need help.