How to not consider the namespace in an XML
Hi,
I use this very usefull tool to display easy to read data contained into an XML.
For this i had , in the AW script, to make use of namespace.
like this :
it is working fine.
however for some other web page view I (try to) make use of an xsl to do some sorting on an element.
It is working fine if I remove the namespace.
so my quest is : is there a way for AW to parse an XML without making use of namespace ( no namespace defined in the XML) ?
sampleof the XML :
thank you very much!
I use this very usefull tool to display easy to read data contained into an XML.
For this i had , in the AW script, to make use of namespace.
like this :
table.setNamespace("co", "toto");
it is working fine.
however for some other web page view I (try to) make use of an xsl to do some sorting on an element.
It is working fine if I remove the namespace.
so my quest is : is there a way for AW to parse an XML without making use of namespace ( no namespace defined in the XML) ?
sampleof the XML :
<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="idols.xsl"?>
<dataroot xmlns="toto">
<idols>
<idol_roman_name>
thank you very much!
February 23,