xsl-list
[Top] [All Lists]

Re: [OT] entity defintions

2005-07-06 02:39:40
  I'm having a bit of trouble with a pound sign in a SOAP message. The
  parser seems to choke on pound signs, even when they are encoded as
  £. The document is encoded as UTF-8. Can anyone confirm that these
  numerical entities are the most fundamental type and are automatically
  defined in all XML grammars?


And your xslt question is?

£ isn't an entity reference but a character reference, and as such
is never defined in a dtd, it is just part of the syntax of xml and must
be supprted by any xml parser, just as < is supported to start an element
tag. If your document is utf8 encoded of course you don't need to use a
character reference you could enter the character directly (it will be
two bytes).


David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>