: URL escaping in Xalan-C
This sounds like something we could expose and add as a proprietary
attribute on xsl:output at some point.
Currently, though, you're going to need to hack the code yourself.
Dave
"Jo
Bertoni/Cambridge/IBM)
Subject: RE: URL escaping in Xalan-C
upport.
Joseph
-Original Message-
From: David N Bertoni/Cambridge/IBM [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 02, 2002 11:47 AM
To: [EMAIL PROTECTED]
Subject: Re: URL escaping in Xalan-C
No, there's no interface to do that. This was in there for experimental
purposes, but t
Subject: URL escaping in Xalan-C
08/02/2002 10:24
Is there a way to turn off escaping of URLs in output as hex encoded UTF-8?
I can see setting m_escapeURLs in FormatterToHTML.cpp to false would do
this, but m_escapeURLs is initialized to true and I do not see an interface
to change it. Thanks, Joseph