[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

XML external entity references

  • From: Mukul Gandhi <gandhi.mukul@g...>
  • To: xml-dev@l...
  • Date: Thu, 5 Mar 2009 17:13:17 +0530

XML external entity references
Hi all,
   Say I have following XML file,

<x>
  &message;
</x>

Is it correct, that this is not a legal XML file (since an external
entity &message; is referenced and there is no <!DOCTYPE declaration)?

When I try to parse this XML with Xerces-J, I get an error message,
"[Fatal Error] test.xml:2:12: The entity "message" was referenced, but
not declared."

But the XML specification (http://www.w3.org/TR/REC-xml/) mentions
following productions:

document	   ::=   	 prolog element Misc*

prolog	   ::=   	 XMLDecl? Misc* (doctypedecl Misc*)?

doctypedecl	   ::=   	'<!DOCTYPE' S Name (S ExternalID)? S? ('['
intSubset ']' S?)? '>'

These productions imply that doctypedecl is optional. So, shouldn't
the above XML be a legal XML? Can somebody please point to the
relevant section of the XML spec, where the above XML proves to be
illegal.

Can I anyhow successfully parse the above XML? for e.g., using a
custom entity resolver, or using a catalog file.


-- 
Regards,
Mukul Gandhi


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


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.