This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: •


Greg Martel wrote:
> Anybody have helpful advice on why XML-Spy/xalan won't let me 
> redefine a numeric entity in  a stylesheet but will let me redefine 
> other entities.

It won't let you do it because in XML there is no such thing as a "numeric
entity". "&" signals the beginning of markup for either an entity reference or
a character reference. You've been talking about character references, not
entities.

   Entity reference: &foo;   where foo starts with a name char (letter)

Character reference: &#foo;  where foo is 1 or more digits (decimal or
                             hex), preceded by "x" if hex.


   - Mike
____________________________________________________________________________
  mike j. brown                   |  xml/xslt: http://skew.org/xml/
  denver/boulder, colorado, usa   |  resume: http://skew.org/~mike/resume/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]