Re: [xsl] handling tags and PIs within a macro

Subject: Re: [xsl] handling tags and PIs within a macro
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Tue, 23 Oct 2007 11:54:25 -0400
At 11:23 AM 10/23/2007, David wrote:
once you have changed your source to use elements not attributes, change
the  stylesheet from

<xsl:value-of select="@dsc"/>

to

<xsl:apply-templates select="@dsc"/>


Then any contained elements (such as xref) will get processed by the normal docbook templates.

...well, except David meant to type


<xsl:apply-templates select="dsc"/>

since 'dsc' is now an element child, not an attribute.

Cheers,
Wendell



======================================================================
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
======================================================================

Current Thread