[Home] [By Thread] [By Date] [Recent Entries]
Ken, 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? Thanks, Dave -----Original Message----- From: G. Ken Holman [mailto:gkholman@C...] Sent: Friday, January 03, 2003 10:02 AM To: 'xml-dev@l...' Subject: Re: XSL Template Match Fails At 2003-01-03 09:47 -0600, Osborne, David wrote: >I'm fairly new to XML/XSL so forgive me if this is a painfully simple >question. XSLT and XPath questions would be better posted to the following list: http://www.mulberrytech.com/xsl/xsl-list There are a number of subscribers who would enthusiastically respond to such questions. There is also an *excellent* FAQ at: http://www.dpawson.co.uk >I'm trying to use XSL to transform an XML document to a text document, >but >am having trouble getting the <xsl:template match> to succeed. >... > <Element3 > xmlns="urn:<http://www.somesite.com/someschema.xml>http://www.somesite.com/s omeschema.xml"> > >... ><xsl:template match="/Element1/Element2/Element3/Element4"> > Match succeeded > <xsl:value-of select="Element5" /> > <xsl:value-of select="Element6" /> ></xsl:template> Unprefixed names in XPath are only from "no namespace" and never from the default namespace. Since your XML is defining the default namespace, you are obliged in XPath to prefix all element names from that namespace using a namespace prefix, even though the source document isn't using a namespace prefix. 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 ----------------------------------------------------------------- The xml-dev list is sponsored by XML.org <http://www.xml.org>, an initiative of OASIS <http://www.oasis-open.org> The list archives are at http://lists.xml.org/archives/xml-dev/ To subscribe or unsubscribe from this list use the subscription manager: <http://lists.xml.org/ob/adm.pl>
|

Cart



