Subject:element type must not contain the '<' character Author:Jon Gallegos Date:10 Jun 2008 04:28 PM
I am getting the following error which I knew I would get when I saw the input file for my xslt which I have attached.
Error on line 78 column 19 of file:/nas02/ECRF/scripts/PDH.xml:
SXXP0003: Error reported by XML parser: The value of attribute "value" associated with an
element type "UserValue" must not contain the '<' character.
Transformation failed: Run-time errors were reported
I have talked with the user and they said "too bad deal with it" so now i am asking you, how can I deal with this?
Subject:element type must not contain the '<' character Author:Tony Lavinio Date:10 Jun 2008 11:24 PM
You need to reply to them and tell them "no, it must be fixed."
It is not XML.
All XML parsers are *required* to reject it.
This is actually in the spec several times. I counted four, but the
most telling is this one:
Since that is a WFC (well-formedness constraint), it means ALL XML
parsers will consider it invalid. And the parsers are not going to
change for their application.
The reason for this is it is an extra guard against certain classes
of syntax errors. Without this, they can be much harder for the
parser to locate and report to the user.