>
> then Embperl (or xslt) is happy with that and doesnt warn, break. How
> I make it at least warn me about xsl not conforming DTD?
>
Embperl should give you all errors and warnings it receives from libxslt. Is
there anything usefull in the httpd error log?
If you do the same xslt transformation
Hi!
I use libxslt with Embperl:
SetEnv EMBPERL_SYNTAX "Embperl"
SetEnv EMBPERL_RECIPE EmbperlXSLT
SetEnv EMBPERL_XSLTPROC libxslt
I reference to dtd in my xml file:
but as soon as I write into page.dtd any valid stuff like
then Embperl (or xslt) is happy with that and doesnt warn, break. Ho