Pascal, > I noticed that sablot is sensitive to "<" sign in CDATA sections and > even between quotes in test attribute of an xsl:if. could you be more specific please? What do you mean by 'sensitive'? > and that it is not possible to have a CR between > <xsl:attribute name="href">..///something</xsl:attribute> > > if i write it like this in the file > > <xsl:attribute name="href"> > ..///something > </xsl:attribute> > > it inserts very bad characters %a0%09%09 i think. it's not that bad really. Newlines are *required* to be escaped in attribute values. Since this is a href attribute, the encoding used in URIs is chosen (% followed by 2-digit code). Tabs are escaped as well (though this is not explicitly required). Tom
- Re[2]: [Sab] Getting out spaces Alexey
- [Sab] Getting out spaces Alexey
- [Sab] Yavuz SERT
- Re: [Sab] Tom Kaiser
- [Sab] Shanna_Griffin
- Re: [Sab] Tom Kaiser
- [Sab] Yavuz SERT
- Re: [Sab] link error (was: empty) Pavel Hlavnicka
- [Sab] pascal . barbedor
- Re: [Sab] Error Handler in PHP (was no subject) MarsHall
- [Sab] Tom Kaiser
- [Sab] Alexaneder Veremyev
- Re:[Sab] [EMAIL PROTECTED]
- RE: [Sab] URI scheme handler in PHP Alexaneder Veremyev
- RE: [Sab] URI scheme handler in PHP Sterling Hughes
- [Sab] Entities in external file. Alexaneder Veremyev
- RE: [Sab] Entities in external file. Greg Militello
- RE: [Sab] Entities in external f... Peter Blum
- Re: [Sab] Entities in extern... Tom Kaiser
- RE: [Sab] Entities in extern... Peter Blum
- Re: [Sab] Entities in extern... Tom Kaiser
