Re: make Embperl warn or croak on invalid XML

2004-05-12 Thread Gerald Richter
> > 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

make Embperl warn or croak on invalid XML

2004-05-12 Thread Neeme Vool
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