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

Re: correct behaviour for entities as system identifiers

  • From: Richard Tobin <richard@c...>
  • To: w.hedley@a...
  • Date: Fri, 27 Jul 2001 12:39:21 +0100 (BST)

xerces system entity
In article <3B60F475.C3B5AC41@a...> you write:

>1 <!ENTITY % use_mathml_dtd "IGNORE">
>2 <![%use_mathml_dtd;[
>3   <!ENTITY % mathml-charent.module "IGNORE">
>4   <!ENTITY % mathml_dtd_path "'MathML-20010221/mathml2.dtd'">
>5   <!ENTITY % mathml_dtd PUBLIC "-//W3C//DTD MathML 2.0//EN"
>6      %mathml_dtd_path;>
>7   %mathml_dtd;
>8 ]]>
>
>The Xerces parser reckons that "The system identifier must begin with
>either a single or double quote character" on line 6, which I take it
>means that it regards the apostrophes in the mathml_dtd_path entity
>as just plain characters.

The fragment above is fine.  I see that Xerces doesn't complain if you use

  SYSTEM %mathml_dtd_path;

Perhaps it incorrectly doesn't recognise parameter entities for the
system id part of a PUBLIC?

Did it really fail with use_mathml_dtd set to IGNORE?  It doesn't when
I try it.  (It shouldn't parse the contents of an ignored conditional
section at all except to recognise conditional section delimeters.)

-- Richard

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-2013 All Rights Reserved.