PHP5 and XSLTProcessor: disable validation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
i'm currently learning php by implementing a blog system. This uses xsl for 
transformation to (x)html. It is working so far, but it is slow.

As far as i can see the XSLTProcessor is doing a validation. Doing the same 
transformation with xsltproc (the command line tool for libxslt) takes about 
the same time. Adding the parameter --novalid to xsltproc speeds up things 
dramatically.

Is there any possibility/option/parameter/whatever to stop XSLTProcessor 
validation? I've found nothing in the documentation.

I hope i'm not wrong here. I'm new to php as well as to this list :)

regards
Siegfried Gipp

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux