[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] document() function and error-handling
Subject: RE: [xsl] document() function and error-handling
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 4 Jan 2008 23:45:47 -0000
|
> I'm really not trying to beat a nearly-dead horse here (I
> swear!), but the XML spec says in '2.6:
> [17] PITarget ::= Name - (('X' | 'x') ('M' | 'm') ('L' | 'l'))
>
This rule says that the name XML in any combination of upper-or-lower case
is forbidden. There's a rule elsewhere that says names starting with "xml"
are reserved for future standardization. Some parsers will give you a
warning if you use such names; and your application may break if W3C decides
to attach a special meaning to the name you have chosen for yourself. Since
there's an infinity of names that don't begin with "xml", it costs you
nothing to avoid this risk.
Michael Kay
http://www.saxonica.com/
| Current Thread |
- RE: [xsl] document() function and error-handling, (continued)
- Message not available
- Wendell Piez - Fri, 04 Jan 2008 16:18:55 -0500
- Message not available
- Scott Trenda - Fri, 4 Jan 2008 16:50:20 -0600
- David Carlisle - Fri, 4 Jan 2008 23:12:57 GMT
- Scott Trenda - Fri, 4 Jan 2008 17:34:07 -0600
- Michael Kay - Fri, 4 Jan 2008 23:45:47 -0000 <=
- Rolf Ade - Sat, 05 Jan 2008 04:39:00 +0100
- Michael Kay - Sat, 5 Jan 2008 10:16:22 -0000
- Message not available
- Wendell Piez - Mon, 07 Jan 2008 16:08:06 -0500
- XSL-List Owner - Thu, 3 Jan 2008 21:58:51 -0500
|
|