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

AW: Entities vs #PCDATA with msxml 1.6 ?

  • From: Markus Wodrich <markus.wodrich@b...>
  • To: "'Patrice.Bonhomme@l...'" <Patrice.Bonhomme@l...>
  • Date: Mon, 1 Dec 1997 01:37:34 +0100

doctype example


-----Ursprüngliche Nachricht-----
Von:	Patrice.Bonhomme@l... [SMTP:Patrice.Bonhomme@l...]
Gesendet am:	Sonntag, 30. November 1997 17:57
An:	xml-dev@i...
Betreff:	Entities vs #PCDATA with msxml 1.6 ?


Hi,

I have a problem with msxml 1.6. If i put only one entity within an element, 
this element must be able to contain some PCDATA because msxml considers an 
entity as a piece of PCDATA !

But if i have:

<?XML VERSION="1.0" ?>
<!DOCTYPE EXAMPLE [
<!ELEMENT EXAMPLE (P+)>
<!ELEMENT P     (S+)>
<!ELEMENT S     (#PCDATA)>
<!ATTLIST S     ID ID #IMPLIED>
<!-- ENTITY incs SYSTEM "inc-s.xml" -->
<!ENTITY incs "<S>A third in a new paragraph.</S>">
]>
<EXAMPLE>
<P><S ID="s1">A sentence.</S><S ID="s2">An another.</S></P>
<P>&incs;</P>
</EXAMPLE>

I get this message:
% java msxml2 -i -d test-ext-ent.xml
Invalid element 'PCDATA' in content of 'P'.  Expected [S]
Location: file:test-ext-ent.xml(12,5)
Context: <EXAMPLE><P>

And with this one, it works (just because P contains PCDATA in its content !):

<?XML VERSION="1.0" ?>
<!DOCTYPE EXAMPLE [
<!ELEMENT EXAMPLE (P+)>
<!ELEMENT P     (#PCDATA | S+)><!-- <<= here -->
[Wodrich, Markus]  That doesn't work, it is mixed content, I think you mean <!ELEMENT P (#PCDATA | S)*>.
[Wodrich, Markus]  I don't have the answer for your question, but when you run MSXML 1.6 with java msxml -d1 example.xml
[Wodrich, Markus]  you get this:  
[Wodrich, Markus]  DOCUMENT
|---XMLDECL  VERSION="1.0"
|---WHITESPACE 0xd 0xa
|---DOCTYPE  NAME="EXAMPLE"
|   |---WHITESPACE 0xd 0xa
|   |---ELEMENTDECL EXAMPLE (P)+
|   |---WHITESPACE 0xd 0xa
|   |---ELEMENTDECL P (#PCDATA|S)*
|   |---COMMENT --
|   |   +---CDATA " <<= here "
|   |---WHITESPACE 0xd 0xa
|   |---ELEMENTDECL S (#PCDATA)*
|   |---WHITESPACE 0xd 0xa
|   |---COMMENT --
|   |   +---CDATA " ENTITY incs SYSTEM "inc-s.xml" "
|   |---WHITESPACE 0xd 0xa
|   +---INTENTITYDCL incs
|       +---ELEMENT S
|           |---PCDATA "A third in a new paragraph."
|           +---PCDATA "A third in a new paragraph."    <------------Here!!
|---WHITESPACE 0xd 0xa
|---ELEMENT EXAMPLE
|   |---WHITESPACE 0xd 0xa
|   |---ELEMENT P
|   |   |---ELEMENT S
|   |   |   +---PCDATA "A sentence."
|   |   +---ELEMENT S
|   |       +---PCDATA "An another."
|   |---WHITESPACE 0xd 0xa
|   |---ELEMENT P
|   |   +---ENTITYREF incs "A third in a new paragraph. A third in a new paragraph."   <----- and here too!!
|   +---WHITESPACE 0xd 0xa
+---WHITESPACE 0xd 0xa

The ENTITY is doubled.

Markus

<!ELEMENT S     (#PCDATA)>
<!ATTLIST S     ID ID #IMPLIED>
<!-- ENTITY incs SYSTEM "inc-s.xml" -->
<!ENTITY incs "<S>A third in a new paragraph.</S>">
]>
<EXAMPLE>
<P><S ID="s1">A sentence.</S><S ID="s2">An another.</S></P>
<P>&incs;</P>
</EXAMPLE>

Is there something broken in the msxml kingdom  ?

Pat.
-- 
  ==============================================================
  bonhomme@l...               |      Office : B.228
  http://www.loria.fr/~bonhomme   |      Phone  : 03 83 59 20 37
  --------------------------------------------------------------
   * Projet Aquarelle : http://aqua.inria.fr
   * Serveur Silfide  : http://www.loria.fr/Projet/Silfide
  ==============================================================



xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


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.