Re: [xsl] Running XSLT from Python

Subject: Re: [xsl] Running XSLT from Python
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 18 Jan 2025 16:08:21 -0000
On 18/01/2025 01:33, dvint dvint@xxxxxxxxx wrote:
From oxygen i get a message about the specific element that is wrong.
From python I get a bit of a dump and then the name of the file where
the problem is. I need to give the writers at least the element in the
file with the problem.

Right now, I go into oxygen to run the xslt to see where it is
failing. I can't have the writers doing that.


I still think you need to share some code to allow us to tell what you
are doing and what kind of errors you have and how Oxygen manages to
give you a good, helpful message while your Python code fails to do
that. Not sure whether it is just that oXygen guys have made a good
effort to give detailed error messages and your current Python code
doesn't manage that or whether it is a failure of the Python XML stack
to not have those details available.

Current Thread