xsl-list
[Top] [All Lists]

Re: [xsl] XPath behaves differently when opened by document()

2010-08-05 11:09:06
Thanks for responding to this threat.

:)

8
<xsl:apply-templates/>
 // secondary source

For me the line numbers make the code much harder to read, and why the
java style // comments ?

( a ) Data from other non-related nodes along the path are been picked up if
<xsl:apply-templates/> is used as seen on line 8, yet XPath queries on both
URIs/files have been unique. ie once only.

It's probably the default templates kicking in (google "default templates")

For the rest of your questions, post back with 1 question per email,
each consisting of a small complete example: sample input, required
output, what you've done so far and actual output.


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

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