Philip Helger
Philip Helger
This library does NOT support the creation of JSON, because it is purely working on the JAXB objects and is hence limited to XML. I think the JSON binding proposed...
I am confused about what you are writing. You should easily be able to process UBL XML documents per POST with JAXB/JAXRS. Try using the type `org.w3c.Document` as the parameter...
As I am not using JAXRS I can only provide you to official sources and not personal experience. Try e.g. * https://docs.oracle.com/javaee/6/tutorial/doc/gkknj.html - Using JAX-RS With JAXB * IBM Information:...
@kurbhatt yes please do so. If not, please create a new issue - it is kind of off-topic in this one
I am afraid this seems to be the same as #88 Pure version does not handle "let" with variables correctly :(
That is indeed weird. When using the "Pure" implementation, it works, when switching to the XSLT-based version it fails. I'm trying to find out what's going wrong.
No unfortunately not, I am stuck - something with the namespaces but I don't know what :( Its weird..
So I think I tracked down the problem. The XSLT based version is handling the LET differently than the pure version: ```xml ``` In XSLT the "@Impuesto" is actually resolved...
This is a long standing issue, and I tested it with the latest version and here are my results. When using your proposed Schematron ```xml Found a comment ``` and...
Thanks for the proposal. What "Engine" are you using? * Java "pure" * XSLT (ISO Schematron based) * XSLT (SchXslt based) And can you eventually provide a small demo SCH...