Subject: Re: [xsl] Is this possible using XSLT? From: Raffaele Sena <raff@xxxxxxxxxxxx> Date: Mon, 03 Jul 2006 09:57:17 -0700 |
Hello,
Is it possible to get XSLT to transform XML that looks like this: <foo> <bar leftparen="((" rightparen="" num="3" oper="*" /> <bar leftparen="" rightparen=")" num="2" oper="-" /> <bar leftparen="" rightparen=")" num="2" /> </foo>
into something that looks like this: <foo> <paren> <paren> <bar num="3" oper="*"/> <bar num="2" oper="-"/> </paren> <bar num="2"/> </paren> </foo>
"paren" elements are opened and closed based on the number of '(' in each element's leftparen and rightparen attributes. Can anyone help? Thanks,
Rob
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
!DSPAM:44a9139144561971730823!
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Is this possible using XS, Mukul Gandhi | Thread | [xsl] Theory question: Node trees a, Phillip B Oldham |
Re: [xsl] Is this possible using XS, Mukul Gandhi | Date | Re: [xsl] amp symbols, Chad Chelius |
Month |