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
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
> 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
@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
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
> 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
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
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