From: Martin Holmes <[EMAIL PROTECTED]>
Date: Thu, 26 Jan 2006 10:54:16 -0800

Hi there,

I have some XML documents (TEI P5) that start like this:

<TEI  xmlns="http://www.tei-c.org/ns/1.0";

setting the element's namespace to http://www.tei-c.org/ns/1.0, I notice

...
When XSLT transformations are run against them, no templates are applied, so plain text is all that shows up. However, when I remove all the attributes from the root element:

<TEI>

the transformations work fine.

My guess is your XSL tempates don't include the namespaces, so are looking to match elements in the default (i.e. no) namespace?

<xsl:stylesheet xmlns:tei


Andrew.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]