rogermichel
Programmer
Hi everybody,
i don't now how can i match this type of xml node. Can evereybody help me, please.
XML_File:
<UML
iagram.element>
<UML
iagramElement geometry="Left=161;Top=254;Right=254;Bottom=326;"/>
</UML
iagram.element>
XSL:
<xsl:template match="UML
iagram.element">
<xsl:apply-templates/>
</xsl:template>
ERROR: I THINK BY THE :
The real xml file is mutch bigger and i want to refer by the Node Name UML
iagram.element.
Is there a possibility to mask the :, or do you know an other solution?
Thanks for Help
Greets Roger
i don't now how can i match this type of xml node. Can evereybody help me, please.
XML_File:
<UML
<UML
</UML
XSL:
<xsl:template match="UML
<xsl:apply-templates/>
</xsl:template>
ERROR: I THINK BY THE :
The real xml file is mutch bigger and i want to refer by the Node Name UML
Is there a possibility to mask the :, or do you know an other solution?
Thanks for Help
Greets Roger