Re: can xalan transform 2 xml using one xslt?

2007-01-30 Thread PMysore1
Hi, Can I use document() function to transform a XML document emebedded within CDATA section of an XML document ? Thanks in adavance. -Pradeep In a message dated 1/29/2007 6:52:02 PM Eastern Standard Time, [EMAIL PROTECTED] writes: Use the XSLT document() function to access t

Replacing special charactes with "?"

2004-04-13 Thread PMysore1
Hi We are using Xalan XSLT for XML to XML transformation and when the input XML contains special characters like ® we want transformed XML to contain question marks inplace of special characters. I saw lot of postings where they had issues in retaining special characters. Please let me know any

Does xalan XSLT processor really makes HTTP connection?

2004-03-19 Thread PMysore1
Hi All, In our XSLT file we have following declarations. This file is processed by XALAN processor.    http://www.w3.org/1999/XSL/Transform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">     Please let me know if xalan, while processing a file it really makes HTTP connection to www.w3.or