RE: problem in disable-output-escaping

2010-04-04 Thread dipesh
, April 02, 2010 11:08 PM To: xalan-dev@xml.apache.org Subject: Re: problem in disable-output-escaping If you're outputting in UTF-8, it can express all of Unicode directly (as two- or three-byte sequences if necessary), so Numeric Character References generally won't be needed an

Re: problem in disable-output-escaping

2010-04-02 Thread keshlam
xml.apache.org" > > Cc: > > "" > > Date: > > 04/02/2010 11:46 AM > > Subject: > > Re: problem in disable-output-escaping > > Hi! > The entities öéÙÒ are all read into their > internal Java char representation, and since the cod

Re: problem in disable-output-escaping

2010-04-02 Thread Jesper Møller
g/1999/XSL/Transform " > >"öéÙÒ" select="$var32_ProfileInfo/ns0:Profile/ns0:Customer/ns0:Address/ ns0:CityName" disable-output-escaping="yes"/>

problem in disable-output-escaping

2010-04-01 Thread dipesh
Hi All, I used XSLT for transforming one xml to another xml. Input XML contain some ISO 8859 value like öéÙÒ I am using xslt which looks like this

[jira] Resolved: (XALANJ-2300) Bug with disable-output-escaping when using XSLTC and 2 TransformerHandler

2006-07-12 Thread Brian Minchau (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2300?page=all ] Brian Minchau resolved XALANJ-2300: --- Fix Version: Latest Development Code Resolution: Duplicate Resolving as a duplicate of xalanj-2210 > Bug with disable-output-escaping w

[jira] Commented: (XALANJ-2300) Bug with disable-output-escaping when using XSLTC and 2 TransformerHandler

2006-06-30 Thread Andre Powroznik (JIRA)
submitting my bug, but I did not notice XALANJ-2218. Kind regards, Andre Powroznik > Bug with disable-output-escaping when using XSLTC and 2 TransformerHandler > -- > > Key: XALANJ-2300 >

[jira] Commented: (XALANJ-2300) Bug with disable-output-escaping when using XSLTC and 2 TransformerHandler

2006-06-28 Thread Brian Minchau (JIRA)
ct on this field's initial value. As for your suggestion on org.apache.xalan.xsltc.runtime.StringValueHandler, I suspect that you might be right, but haven't looked into that part. - Brian Minchau > Bug with disable-output-escaping when using XSLTC and 2

[jira] Commented: (XALANJ-2300) Bug with disable-output-escaping when using XSLTC and 2 TransformerHandler

2006-06-16 Thread Andre Powroznik (JIRA)
"bool"? (the "setEscaping" method is supposed to return the previous escaping value). > Bug with disable-output-escaping when using XSLTC and 2 TransformerHandler > -- > > Key: XAL

[jira] Commented: (XALANJ-2300) Bug with disable-output-escaping when using XSLTC and 2 TransformerHandler

2006-06-12 Thread Andre Powroznik (JIRA)
the issue. org.apache.xalan.xsltc.compiler.ValueOf.translate() "calls" this method twice only when _escaping is set to false (once to set it (to disable output escaping) and once to reset it). If the default value of org.apache.xml.serializer.ToXMLSAXHandler.m_escapeSetting is se

[jira] Created: (XALANJ-2300) Bug with disable-output-escaping when using XSLTC and 2 TransformerHandler

2006-06-12 Thread Andre Powroznik (JIRA)
Bug with disable-output-escaping when using XSLTC and 2 TransformerHandler -- Key: XALANJ-2300 URL: http://issues.apache.org/jira/browse/XALANJ-2300 Project: XalanJ2 Type: Bug Components

[jira] Resolved: (XALANJ-2243) disable-output-escaping="yes" is not working

2006-04-04 Thread Henry Zongaro (JIRA)
think of to do what you are trying to do what I think you are doing would be to construct a text node using disable-output-escaping that represents the entire input element tag, like this: <input type="text" SIZE="62" name="text1" value=" " /> How

[jira] Commented: (XALANJ-2243) disable-output-escaping="yes" is not working

2006-04-04 Thread Brian Minchau (JIRA)
ble output escaping applied to it, but this only applies to text nodes. > > disable-output-escaping="yes" is not working > -- > > Key: XALANJ-2243 >

[jira] Commented: (XALANJ-2243) disable-output-escaping="yes" is not working

2005-12-06 Thread David Bertoni (JIRA)
and post a _complete_ description of your problem and include a minimal sample stylesheet and source document. Otherwise, no one will be able to help you. > > disable-output-escaping="yes"

[jira] Commented: (XALANJ-2243) disable-output-escaping="yes" is not working

2005-12-06 Thread sarajit ghosh (JIRA)
elp regards sarajit > > disable-output-escaping="yes" is not working > -- > > Key: XALANJ-2243 > URL: http://issues.apache.org/jira/browse/XALANJ-

[jira] Commented: (XALANJ-2243) disable-output-escaping="yes" is not working

2005-12-06 Thread Henry Zongaro (JIRA)
for something other than a text node in the result tree. Thus, it is an error to disable output escaping for an xsl:value-of or xsl:text element that is used to generate the string-value of a comment, processing instruction or attribute node... an XSLT processor may signal the error; if it does not

[jira] Commented: (XALANJ-2243) disable-output-escaping="yes" is not working

2005-12-06 Thread sarajit ghosh (JIRA)
s working please help. regards > > disable-output-escaping="yes" is not working > -- > > Key: XALANJ-2243 > URL: http://issues.apache.org/

[jira] Commented: (XALANJ-2243) disable-output-escaping="yes" is not working

2005-12-06 Thread sarajit ghosh (JIRA)
input is "&ab" then it will give parsing error. thats why i have used it like this (This is coming from some xml file) For and all it is working fine. Only when i am assigning to then it is showing تنن as output please help. regards > > disable-output-escaping=

[jira] Commented: (XALANJ-2243) disable-output-escaping="yes" is not working

2005-12-05 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2243?page=comments#action_12359339 ] David Bertoni commented on XALANJ-2243: --- You seem to be misunderstanding what CDATA sections are, and what disable-output-escaping accomplishes. By placing what

[jira] Created: (XALANJ-2243) disable-output-escaping="yes" is not working

2005-12-05 Thread sarajit ghosh (JIRA)
disable-output-escaping="yes" is not working -- Key: XALANJ-2243 URL: http://issues.apache.org/jira/browse/XALANJ-2243 Project: XalanJ2 Type: Bug

[jira] Closed: (XALANJ-1709) XSLTC, disable-output-escaping="yes" works on xsl:value-of but not xsl:text

2005-08-12 Thread Brian Minchau (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-1709?page=all ] Brian Minchau closed XALANJ-1709: - Assign To: (was: Xalan Developers Mailing List) > XSLTC, disable-output-escaping="yes" works on xsl:value-of but

DO NOT REPLY [Bug 24268] - XSLTC, disable-output-escaping="yes" works on xsl:value-of but not xsl:text

2004-02-18 Thread bugzilla
gzilla/show_bug.cgi?id=24268 XSLTC, disable-output-escaping="yes" works on xsl:value-of but not xsl:text [EMAIL PROTECTED] changed: What|Removed |Added

DO NOT REPLY [Bug 24268] - XSLTC, disable-output-escaping="yes" works on xsl:value-of but not xsl:text

2004-02-09 Thread bugzilla
gzilla/show_bug.cgi?id=24268 XSLTC, disable-output-escaping="yes" works on xsl:value-of but not xsl:text [EMAIL PROTECTED] changed: What|Removed |Added

DO NOT REPLY [Bug 24268] New: - XSLTC, disable-output-escaping="yes" works on xsl:value-of but not xsl:text

2003-10-30 Thread bugzilla
gzilla/show_bug.cgi?id=24268 XSLTC, disable-output-escaping="yes" works on xsl:value-of but not xsl:text Summary: XSLTC, disable-output-escaping="yes" works on xsl:value- of but not xsl:text Product: XalanJ2 Version: CurrentCVS

RE: value-of with disable-output-escaping="yes"

2002-11-30 Thread Foxy Shadis
o make it multi-byte safe. Thanks for the suggestion, ISO-8859-1 works fine. From: "Voytenko, Dimitry" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: value-of with disable-output-escaping=&quo

RE: value-of with disable-output-escaping="yes"

2002-11-30 Thread Voytenko, Dimitry
II is subset of it. Method "text" will also ensure that none of tags you might try to output will go in the result. Dmitry -Original Message- From: Foxy Shadis [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 30, 2002 20:32 To: [EMAIL PROTECTED] Subject: RE: value-of with disable-

RE: value-of with disable-output-escaping="yes"

2002-11-30 Thread Foxy Shadis
Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: value-of with disable-output-escaping="yes" Date: Sat, 30 Nov 2002 20:11:39 -0800 Oh, I see, you use disable-output-escaping="yes". That's why Xalan doesn't e

RE: value-of with disable-output-escaping="yes"

2002-11-30 Thread Voytenko, Dimitry
Oh, I see, you use disable-output-escaping="yes". That's why Xalan doesn't escape 237 into í when outputting. Why do you need it anyway? In any case, output is right though. thanks -Original Message- From: Voytenko, Dimitry [mailto:[EMAIL PROTECTED]] Sent: Saturday,

RE: value-of with disable-output-escaping="yes"

2002-11-30 Thread Voytenko, Dimitry
: Saturday, November 30, 2002 19:45 To: [EMAIL PROTECTED] Subject: RE: value-of with disable-output-escaping="yes" Right. and the stylesheet includes: which is a big list that defines every html entity plus a few, and which normally works fine. Reply-To: [EMAIL PROTECTED] > >Hi

RE: value-of with disable-output-escaping="yes"

2002-11-30 Thread Foxy Shadis
ng it. Thanks, Dmitry -Original Message- From: Foxy Shadis [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 30, 2002 18:55 To: [EMAIL PROTECTED] Subject: xsl:value-of with disable-output-escaping="yes" results in Kiernan, CaitlAn R. (including a strange unicode problem) rath

RE: value-of with disable-output-escaping="yes"

2002-11-30 Thread Voytenko, Dimitry
ue-of with disable-output-escaping="yes" results in Kiernan, CaitlAn R. (including a strange unicode problem) rather than Kiernan, Caitli-n R. with fairly recent CVS. If it takes more than this to duplicate, I'll supply all. Foxy Swiftpaw Foxyshadis, wildlife artist [EMA

xsl:value-of with disable-output-escaping="yes"

2002-11-30 Thread Foxy Shadis
results in Kiernan, CaitlÃn R. (including a strange unicode problem) rather than Kiernan, Caitlí­n R. with fairly recent CVS. If it takes more than this to duplicate, I'll supply all. Foxy Swiftpaw Foxyshadis, wildlife artist [EMAIL PROTECTED] | http://foxyshadis.slightlydark.com/ _

XSLTC disable-output-escaping

2002-04-29 Thread Alex Kachanov
This is strange in latest XSLTC the line & with html output method gives: & and the line & with html output method gives: & while in Xalan the first line gives: & and the second gives: & A bug? with best wishes Alexander Kachanov

RE: Disable Output Escaping

2002-01-10 Thread Cory Isaacson \(Compuflex\)
Please ignore my earlier email -- it was not a Xalan problem.   Thanks,   Cory -Original Message-From: Cory Isaacson (Compuflex) [mailto:[EMAIL PROTECTED]]Sent: Thursday, January 10, 2002 4:52 PMTo: xalan-dev@xml. apache. orgSubject: Disable Output Escaping I have source

Disable Output Escaping

2002-01-10 Thread Cory Isaacson \(Compuflex\)
I have source XML which contains JavaScript, with single quotes, such as:     I need to output it with the single quotes in tact, but they always come out as: '   I tried disable-output-escaping, on the xsl:value-of tag, and this doesn't seem to do anything.   Any he

[DO NOT REPLY: Bug 1516] xsl:text and disable-output-escaping, output wrong in case of html

2001-09-12 Thread bugzilla
: org.apache.xalan.xsltc ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: xsl:text and disable-output-escaping, output wrong in case of html ! [from SunMicrosystem's bug 4418047] Given a simple xml input

Re: BUG in disable-output-escaping XSLT Spec.16.4

2001-08-16 Thread Gary L Peskin
XalanJ inserts these PIs for use by its own serializers that know how to interpret them. What are you using to serialize your output? Gary Daniel Rubio wrote: > > BUG in disable-output-escaping. > > I am trying the follwing construct which is part of the XSLT recommendation (se

BUG in disable-output-escaping XSLT Spec.16.4

2001-08-16 Thread Daniel Rubio
BUG in disable-output-escaping. I am trying the follwing construct which is part of the XSLT recommendation (section 16.4) , it appers its not implemented in Xalan 2.2 D6 < and in the transformation it appears as: < the XSLT spec (section 16.4) says a "<" should app

[Bug 1437] - disable-output-escaping generates in output.

2001-06-08 Thread bugzilla
: ! Severity: Normal ! Priority: Medium ! Component: Xalan ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: disable-output-escaping generates in output. ! This xsl file generates different output when using