plz Help me with this problem. 2003-02-27 - By Vladimir I.
Good morning dudez.
i hope that's not offtopic ex: <pd>
<name/>
<limg/>
<simg/>
</pd>
i want apply templates in my order (not 'xml') and all others elements apply's too (to default template like <xsl:template match="*"/>) i'd like make anything like this: <xsl:apply-template select="limg,simg,name,*"/> or this <xsl:apply-template><xsl:sort select="limg,simg,name"/></xsl:apply-template>
and also i not want create special attribute for this or change xml. elements can be in random order.
thank you.
ps <xsl:apply-template select="limg|simg|name|*"/> - does not work in propertly order (strange if works)
-- http://www.incap.ru YarSU faculty of CS.
|
|