[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Why does validation fail with a named ENTITY for carriagereturn and line feed?
- From: Martin Honnen <Martin.Honnen@gmx.de>
- To: "xml-dev@lists.xml.org" <xml-dev@lists.xml.org>
- 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 " ">
I think you would need
<!ENTITY CRLF "&#13;&#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]