as you can see on the newly committed xsl-styles, the html and bightml versions seem to work fine (some design-improvements are always possible ;), but I have a problem with the fo-styles (or the FOP-behavior):
xsltproc does output-escaping also on quotes (" -> "), but FOP stops with an [error 1] if it stumbles over a ". So I thought that I do a workaround and do a disable-output-escaping on some places like the faq-questions, but then I run into the prob of "<" getting "<" (a good example is FAQ-question 47.4, where '"' are included as well as '<', where FOP stops eighter because of the "e; or the <x>).
Programming all these cases can't be the way (and the next day a new fop-version is out, which understands " also :).
Using XALAN as processor (which doesn't escape the quotes) is also not the optimum, because we would have to run a script to merge the function-files before xalan to overcome the max. open files limit.
Does anybody have an idea?
Thomas
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php