[xsl] ID refs

Subject: [xsl] ID refs
From: "Ricardo Saraiva" <rss@xxxxxxxxxxxxxx>
Date: Mon, 19 Jan 2004 11:53:02 -0000
Dear all,
 
I'm having trouble in making a particular operation with xsl
I have the following XML:
 
 
<Specification_expression id="specification_expression-1">
      <id>teste</id>
      <description>teste</description>
      <operation>or_operator</operation>
      <operand>
           <sos ref="sos-1"/>
      </operand>
 </Specification_expression>
  
 <sos id="sos-1">
  <Specification ref="specification-7"/>
 </sos>
 
 
and I'm trying to obtain the following:
 
 
<Specification_expression id="specification_expression-1">
       <id>teste</id>
       <description>teste</description>
       <operation>or_operator</operation>
       <operand>
            <sos>
                 <Specification ref="specification-7"/>
            </sos>
       </operand>
 </Specification_expression>
 
 
 
Thanks in advance, 
 
Ricardo Saraiva.




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread