How about <xsl:apply-template select="limg"/> <xsl:apply-template select="simg"/> etc.?
On 27 Feb 2003 at 15:46, Vladimir I. wrote: > 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. >
