At 2007-11-17 18:10 -0600, Robert Carter wrote:
Is there a reason why <xsl:key> would break when a namespace is added
to the source document?
Only because of a finger problem ... you have a typo ... don't kick
yourself too hard when I tell you what it is.
...
All well and good. Now, I add a namespace to the input XML, so that
the first two lines read:
----
<?xml version="1.0" encoding="UTF-8"?>
<FMPDSORESULT xmlns="http://www.filemaker.com/fmpdsoresult">
----
...and I make the appropriate changes in my XSLT, adding the prefixes
where I reference an element, so that my transformation now looks
like this:
----
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0" xmlns:fm="http://filemaker.com/fmpdsoresult"
Your problem is that your data namespace has "www" and your
stylesheet namespace doesn't.
I hope this helps.
. . . . . . . . . . Ken
--
Comprehensive in-depth XSLT2/XSL-FO1.1 classes: Austin TX,Jan-2008
World-wide corporate, govt. & user group XML, XSL and UBL training
RSS feeds: publicly-available developer resources and training
G. Ken Holman mailto:gkholman(_at_)CraneSoftwrights(_dot_)com
Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0 +1(613)489-0999 (F:-0995)
Male Cancer Awareness Nov'07 http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers: http://www.CraneSoftwrights.com/legal
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--