[Home] [By Thread] [By Date] [Recent Entries]
Kathy,
Can you remind us what your desired output looks like? Generally, the presence of these wrappers makes counting, table-building and such operations much easier. A template <xsl:template match="substeps"> <xsl:apply-templates/> </xsl:template> (which echoes the built-in template for elements) will pass over substeps to their children; but of course your logic might be doing tree-walking or something that would get thrown off. Have you tried that, or just running the stylesheet as is (and letting the built-in template fire)? A quick glance at your code doesn't show me anything that the wrappers would break. Cheers, Wendell At 02:35 PM 6/27/2003, you wrote: Hi. ====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ====================================================================== XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



