Hi there,

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

<TEI xmlns="http://www.tei-c.org/ns/1.0"; version="5.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.tei-c.org/ns/1.0 imt_p5.xsd" xmlns:svg="http://www.w3.org/2000/svg";>

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. Does anyone know why this might be? I see the same behaviour in oXygen, so it's most likely something I'm doing wrong rather than a Cocoon problem, but the documents validate just fine.

All help appreciated,
Martin


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