|
|
Hello.
I have a XML message what begin with header <?xml version="1.0" encoding="UTF-8"?>.
When I send this message to xslt endpoint, it raised exception:
javax.xml.transform.TransformerException: The processing instruction target matching "[xX][mM][lL]" is not allowed.
But when I send another XML message with this header to another XSLT endpoint, I don't have this exception.
Can you help me?
|