RE: URL escaping in Xalan-C

2002-08-02 Thread Joseph Boyle
: 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

RE: URL escaping in Xalan-C

2002-08-02 Thread David N Bertoni/Cambridge/IBM
Bertoni/Cambridge/IBM) Subject: RE: URL escaping in Xalan-C

RE: URL escaping in Xalan-C

2002-08-02 Thread Joseph Boyle
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

Re: URL escaping in Xalan-C

2002-08-02 Thread David N Bertoni/Cambridge/IBM
Subject: URL escaping in Xalan-C 08/02/2002 10:24

URL escaping in Xalan-C

2002-08-02 Thread Joseph Boyle
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