| 
 
Subject: [xsl] Process same template 2X? From: Geoff Hankerson <ghank@xxxxxxxxxxx> Date: Fri, 18 Oct 2002 14:51:49 -0500  | 
<?xml version="1.0" encoding="UTF-8"?> <cats> <category level="1" name="Business Law"/> <category level="2" name="Corporations" parent="Business Law"> </category> <category level="2" name="Nonprofit Corporations*" parent="Business Law"> </category> </cats>
Into this xml: <?xml version="1.0" encoding="UTF-8"?> <cats> <category name="Business Law"/> <subcat name="Corporations"/> <subcat name="Nonprofit Corporations*"> </category> </cats>
</subcat> </category> </xsl:if> </xsl:template> </xsl:stylesheet>
Current stlyesheet returns this: <?xml version="1.0" encoding="UTF-8"?>
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] Re: msxml img tag problem, Wineman, Corey J. | Thread | RE: [xsl] Process same template 2X?, Nirmala R | 
| Re: [xsl] Stupid newbie question.., Wendell Piez | Date | Re: [xsl] Stupid newbie question.., Jordan S. Jones | 
| Month |