[Home] [By Thread] [By Date] [Recent Entries]


At 2003-01-03 11:41 -0600, Osborne, David wrote:
>Thanks for your quick response.  I've posted the same on the mulberry site.
>Could you provide a sample of the syntax for using a namespace prefix in my
>XSL?

Declare a prefix in your stylesheet and then use it ... along the lines of:

xmlns:my="urn....."

<xsl:template match="/Element1/Element2/my:Element3/my:Element4">
     Match succeeded
     <xsl:value-of select="my:Element5" />
     <xsl:value-of select="my:Element6" />
</xsl:template>

Note that the prefix in your stylesheet does not have to be the same as the 
prefix in your source files.

I hope this helps.

.......................... Ken


--
Upcoming hands-on in-depth XSLT/XPath and/or XSL-FO:
-                             North America:  Feb 3 - Feb 7,2003

G. Ken Holman                mailto:gkholman@C...
Crane Softwrights Ltd.         http://www.CraneSoftwrights.com/x/
Box 266, Kars, Ontario CANADA K0A-2E0   +1(613)489-0999 (F:-0995)
ISBN 0-13-065196-6                      Definitive XSLT and XPath
ISBN 0-13-140374-5                              Definitive XSL-FO
ISBN 1-894049-08-X  Practical Transformation Using XSLT and XPath
ISBN 1-894049-10-1              Practical Formatting Using XSL-FO
Male Breast Cancer Awareness http://www.CraneSoftwrights.com/x/bc


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member