I have a process which will provide XML that has one odd characteristic. It will be mostly normal, except some of the content of some particular tags will be "escaped" XML content. That is, the content will begin with "<" and eventually end with ">". I'm trying to figure out a clean XSLT way of transforming this input to "clean" XML before I do a further transform on it. I thought of using JTidy to do this first step. Is it possible for JTidy to clean up arbitrary XML, replacing "escaped" XML content with its unescaped form? I might just boot this entirely and build a "string replace" loop in Java.Received on Tuesday, 29 July 2003 13:03:05 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 13:57:17 GMT