posted 14 years ago
Let me explain you this way,
We have an XML (lets call it as "Base XML"), on which we want to apply an XSL to transform it into another XML(Lets call it as "Xformed XML"). The one of the data element of "Base XML" contains special characters (i.e. < OR >). In XSL when I try to fetch the value from this tag, which has special characters in it, it throws an Exception having description as "javax.xml.transform.TransformerException: The conten
of elements must consist of well-formed character data or markup". Is there a way to get those special character as it in "Xformed XML", without encoding them in "<" OR ">". Hope this clears the question. I appreciate your time and feedback on this in advance.
Thanks,
Abra