XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[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?

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]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS