Re: [cforms] Woody template transformer eating namespaced element tags?

2004-03-05 Thread roy huang
I got the same problem even in 2.1.5-dev Roy Huang - Original Message - From: Steve Krulewitz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 05, 2004 7:14 AM Subject: Re: [cforms] Woody template transformer eating namespaced element tags? I did a little more poking around

Re: [cforms] Woody template transformer eating namespaced element tags?

2004-03-05 Thread Jan Uyttenhove
: [cforms] Woody template transformer eating namespaced element tags? I did a little more poking around, and it turns out that even though the woody template transformer mangles the xml document, the problem does not appear unless you run the document through the identity xslt transform. Simple

Re: [cforms] Woody template transformer eating namespaced element tags?

2004-03-05 Thread Steve Krulewitz
wild guess: perhaps http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24793 ? No it doesn't look like it. This bug is about missing namespaces and attributes, not element names. Also, my problem seems to be caused by the woody template transformer -- if I remove it, everything works fine.

[cforms] Woody template transformer eating namespaced element tags?

2004-03-04 Thread Steve Krulewitz
Hey folks -- I just upgraded my web application from 2.1.3 to 2.1.4 and I am now seeing some strange behavior from the woody template transformer. It seems that elements in the xhtml namespace come out the other side of the woody template transformer without their names! To reproduce this,

Re: [cforms] Woody template transformer eating namespaced element tags?

2004-03-04 Thread Steve Krulewitz
I did a little more poking around, and it turns out that even though the woody template transformer mangles the xml document, the problem does not appear unless you run the document through the identity xslt transform. Simple example: test.xml html xmlns=http://www.w3.org/1999/xhtml;