Subject:With XSLT excluding nested elements/attributes without manually linking in Stylus Author:Jasbir Luthera Date:27 Mar 2007 02:17 PM
In the following example, Line 1 - PARENT element has several more nested elements. It is a requirement that only subset of PARENT's nested elements be included in the process, see line 5, which includes all (*).
Is there a way to do this in Stylus other than linking respective source and destination elements manually (there are about 200 nested elements under various "parent" nodes in the document, and only one or two elements need to be excluded for each "parent" node!).