Re: HTML output and entities

2009-07-22 Thread David Bertoni
P.N. wrote: Thank You for Your answer! The problem seems to be caused by the fact, that the whole tag is generated depending on some context. So the code looks more like this: disable-output-escaping="yes">"> xsl:text generates a text node

Re: Fw: HTML output and entities

2009-07-22 Thread Peter Nabbefeld
Thank You everybody for help! P. kesh...@us.ibm.com wrote: Well, there's your problem. NEVER try to construct markup as text; it simply doesn't work as you would expect it to and may not work at all in some situations. If you want a literal element in the output, use a liter

Fw: HTML output and entities

2009-07-22 Thread keshlam
> value=" select="$some-var-containing-the-quot"/> disable-output-escaping="yes">"> Well, there's your problem. NEVER try to construct markup as text; it simply doesn't work as you would expect it to and may not work at all in some situations. If you want a literal element in the outpu

RE: HTML output and entities

2009-07-22 Thread Wilde, Bruce
@xml.apache.org Subject: Re: HTML output and entities Thank You for Your answer! The problem seems to be caused by the fact, that the whole tag is generated depending on some context. So the code looks more like this: <input value=""> kesh...@us.ibm.com wrote: >> I want to tr

Re: HTML output and entities

2009-07-22 Thread P.N.
Thank You for Your answer! The problem seems to be caused by the fact, that the whole tag is generated depending on some context. So the code looks more like this: disable-output-escaping="yes">"> kesh...@us.ibm.com wrote: I want to tra

Re: HTML output and entities

2009-07-22 Thread keshlam
> I want to transform sth. like this: > > > The translation results in this: > The former means the value is 'My " text'. The latter means the value is 'My " text'. Since the two really do mean different things, the processor shouldn't be -- and almost certainly isn't -- converting one to th

Re: HTML output and entities

2009-07-22 Thread Michael Ludwig
Peter Nabbefeld schrieb: Hello, I want to transform sth. like this: The translation results in this: Moin Peter, there must be something going on in your transformation that alters the input *text* from {"} to {"}. Note that " as (built-in) entity reference is equivalent to a literal doubl

HTML output and entities

2009-07-22 Thread Peter Nabbefeld
Hello, I want to transform sth. like this: The translation results in this: As You can probably imagine, this isn't what I want. I know, the spec says: "The html output method may output a character using a character entity reference, if one is defined for it in the version of HTML that the