Actually my problem was with writing tag href attribute when attr value points to 
script.

I couldn't write attribute node text [href="key=a&value=b"] and checked this more and 
understand, that I could not write & instead of '&' char too.

Than I checked about possibilities to write any entities and noted to list.

Alex.

On Sun, 2 Feb 2003 14:31:28 +0000
Matt Sergeant <[EMAIL PROTECTED]> wrote:

> On Sunday, Feb 2, 2003, at 14:01 Europe/London, Alex Sergeyev
> wrote:
> 
> > But I can't write &myentity; by this way :(
> 
> No you can't. You'd have to write the unicode codepoint:
> 
> "I like J\x{00f6}rg"
> 
> Exactly what are you trying to achieve? An entity in the
> outgoing HTML? Or an entity in the XML that goes to the next
> processing stage?
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to