XML file compare problem

2001-06-25 Thread Kumar Shailendra
Hi, I am trying to take the difference between two xmls files using xalan2.0 extension function. Then print the difference as an xml file. I am passing the second file as parameter to the stylesheet. The problem I am facing is the xalan difference function is not giving correct result. For testing

Re: Invalid XML character error

2001-06-08 Thread Kumar . Shailendra
OK. Thanks a lot for the info. On Fri, 8 Jun 2001, Juergen Hermann wrote: > >these special characters that I am getting "Invalid XML character > >(unicode: 0x1b2da1)" error? If yes, then how should I handle these > >characters while applying transformation ? > > ESC (0x1B) is simply not allow

Invalid XML character error

2001-06-08 Thread Kumar Shailendra
Hi, I am getting a xml document from an external process which I need to transform into another xml.Now the input xml document contains some special characters likeĀ  %,#,/ etc.Is it because of the presence of these special characters that I am getting "Invalid XML character (unicode: 0x1b2da1)" e