Subject: Re: Why saxon doesnt allow this?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 4 Apr 2000 20:08:46 +0100 (BST)
|
> How can I add © in the xsl:variable declaration?
You can always use © in place of characters in XML character data
in elements or attribute values. You just can't use it in XML names.
So by using latin 1 you don't restrict the characters you can use in
data, But you do restrict the names you can use
for elements and attributes to just using latin 1 characters.
so <xsl:variable name="x" select="'©'"/> defines $x to be the
_single_ character (string-length($x) is 1)
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Re: Why saxon doesnt allow this?, (continued)
- David Carlisle - Tue, 4 Apr 2000 18:48:33 +0100 (BST)
- rainer_mueller - Tue, 4 Apr 2000 20:03:51 +0200
- Medina, Edward - Tue, 4 Apr 2000 14:46:33 -0400
- Selva, Francis - Tue, 4 Apr 2000 11:49:57 -0700
- David Carlisle - Tue, 4 Apr 2000 20:08:46 +0100 (BST) <=
- Selva, Francis - Tue, 4 Apr 2000 13:03:39 -0700
- Selva, Francis - Tue, 4 Apr 2000 13:06:57 -0700
- Selva, Francis - Tue, 4 Apr 2000 14:15:53 -0700
|
|