[Home] [By Thread] [By Date] [Recent Entries]

  • From: Martin Honnen <Martin.Honnen@g...>
  • To: "xml-dev@l..." <xml-dev@l...>
  • Date: Wed, 24 Oct 2012 18:53:08 +0200

Costello, Roger L. wrote:

> Now, many email fields must end with CRLF so I declared an XML ENTITY that I can reuse:
>
> <!ENTITY CRLF "&#13;&#10;">

I think you would need
   <!ENTITY CRLF "&#38;#13;&#38;#10;">
to get the result you want when using a reference to that entity CRLF in 
an attribute value.

-- 

	Martin Honnen --- MVP Data Platform Development
	http://msmvps.com/blogs/martin_honnen/


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member