6 Oct
2010
6 Oct
'10
2:40 a.m.
В Птн, 03/09/2010 в 16:15 -0400, Jérôme Carretero пишет:
Hi all, ...... Everything works fine when using xsltproc.
I tried the following : ...... kw = { "olink.base.uri" : "doc.html", "collect.xref.targets" : "yes", "targets.filename" : "doc.html.db", "target.database.document" : "olinkdb-html.xml", }
It seems that the silent failure is a bug, and I may be missing some stuff in order to convert the documents properly.
More complete test cases available upon request.
I've checked your code from the git repo. The difference between your python code and xsltproc is that you do use stringparam with xsltproc but not with lxml. It looks like the usage of XSLT.strparam solves your problem. Please look at attached patch.