xsl-list
[Top] [All Lists]

ID refs

2004-01-19 04:53:02
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

<Prev in Thread] Current Thread [Next in Thread>
  • ID refs, Ricardo Saraiva <=