Hi experts!
Sorry to trouble you but I've got an issue while using XQMLQUERY, i'm getting some info from an XML's document but sometimes the tag use a capital lettr and sometimes in lower case only, example:
-- Capital
-- lower case
So, whene y use the XQMLQUERY i've got to change the query.
Thank for your help.
Best regards.
Sorry to trouble you but I've got an issue while using XQMLQUERY, i'm getting some info from an XML's document but sometimes the tag use a capital lettr and sometimes in lower case only, example:
-- Capital
PHP Code:
<Cabecera>
<ID_TRANSACCION>GC201211050023</ID_TRANSACCION>
<CVE_TRANSACCION>1 </CVE_TRANSACCION>
<ID_ACTOR/>
<ID_ROL>1 </ID_ROL>
</Cabecera>
PHP Code:
<cabecera>
<ID_TRANSACCION>GC201211050023</ID_TRANSACCION>
<CVE_TRANSACCION>1 </CVE_TRANSACCION>
<ID_ACTOR/>
<ID_ROL>1 </ID_ROL>
</cabecera>
Thank for your help.
Best regards.