| 
 
Subject: Re: [xsl] XSL support of Bottom up transformations? From: Owen Rees <owen.rees@xxxxxx> Date: Wed, 14 Nov 2007 12:44:39 +0000  | 
I have specific business requirement where I need to transform the source tree bottom up. The reason being certain attribute of the parent node gets its value from a similarly caluclated child node. i.e I need to calculate a derived attribute of a child node before I can calculate the parent node's attribtue.
Is such a requirement be addressed using XSL? If yes any pointers will be very helpful.
<?xml version="1.0" encoding="UTF-8"?>
<x>
   <y>
       <z a="1" b="1"/>
   </y>
   <y>
       <z a="2" c="2"/>
   </y>
</x><?xml version="1.0" encoding="UTF-8"?>
<x a="1">
   <y a="1">
       <z a="1" b="1"/>
   </y>
   <y a="2">
       <z a="2" c="2"/>
   </y>
</x>-- Owen Rees; speaking personally, and not on behalf of HP. ======================================================== Hewlett-Packard Limited. Registered No: 690597 England Registered Office: Cain Road, Bracknell, Berks RG12 1HN
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] XSL support of Bottom up , Michael Kay | Thread | [xsl] Split Strings with multiple s, Alice Ju-Hsuan Wei | 
| Re: [xsl] Template matching precedi, Ilya Konanykhin | Date | [xsl] Split Strings with multiple s, Alice Ju-Hsuan Wei | 
| Month |