[PHPTAL] bugs
olympic at dino-online.de
olympic at dino-online.de
Wed May 10 15:51:46 CEST 2006
Hi,
there are some serious problems when using php tal with non html
documents .
A long time ago i asked for namespace support, that is i was
trying to process xml-fo.
Phptal doesn't honor my namespace and interprets the fo:block-element
as a tal:block - which leads to:
Whenever my document contains <fo:block foo..> phptal removes it...
(fo:block is the major element for xml-fo :))
Any reason why you don't use a standard parser ? libxml2 can even parse
non wellformed documents (HTML) and has support for namespaces, inline
DTDs (phptal can't parse these..), and ...
Any plans to use a standard parser some day?
Anyway - great library.
But I would like to use it without patching every new version
- Thanks:)
Oly
More information about the PHPTAL
mailing list