Forum Moderators: open

Message Too Old, No Replies

XSLT Processor which produces clean html

Mod_xslt2 = dead?

         

xfinx

7:23 pm on Oct 2, 2006 (gmt 0)

10+ Year Member



Hi all,

I am not sure if this is the right place to ask my question, but I will do anyways...

At work we are using xml > xslt > html
the processing is done my mod_xslt2, which is release at 2004/11/21. it is that old because there is no newer release..
As I am a (x)html freak, I like my html output descent, which is not if you use mod_xsl2.

Does anyone else know another xslt processor (server side ofcourse) which produces descent xhtml?

thanks in advance

daveVk

4:40 am on Oct 4, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is not the output format (html) fully defined by the xslt? This is what my understanding is.

choster

7:10 pm on Oct 5, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Wild guess here, but make sure your <xsl:output> is set to XML and not HTML if you are trying to output XHTML.