loading..................
Como funcionan esto de los namespaces o .. mm no se que son.. por ejemplo si ven ..
http://demo.backbase.com/explorer/#|examples/selectingElements.xml
hacen uso de.
<b:comboBox>
<b:comboBoxOption value="" selected="selected">None</b:comboBoxOption>
<b:comboBoxOption value="colgroup/col[3]">"Cost" column</b:comboBoxOption>
<b:comboBoxOption value="tbody/tr[3]">"Clutch Plate" row</b:comboBoxOption>
<b:comboBoxOption value="tbody/tr[5]/td[1]">"Part Number 116" cell</b:comboBoxOption>
<b:comboBoxOption value="tbody/tr[last()-1]/td[1]/following-sibling::*">All cells in the penultimate row, excluding the first</b:comboBoxOption>
<e:handler event="change" type="text/javascript">
var aOptions = this.getProperty("options");
for(var i=0,j=aOptions.length;i<j;i++) {
setClass(aOptions[i].getProperty("value"), "");
}
var sXpath = this.getProperty("value");
setClass(sXpath, "highlight");
document.getElementById("xpath").innerHTML = sXpath?"XPath = " + sXpath:"";
</e:handler>
</b:comboBox>
Y bueno ... mmm no se que es.. como hacen que esas etiquetas por ejemplo se conviertan en elementos html creados por javascript.....
orientación por favor?.
connection closed.