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

Re: Q: Using XML entities for href's - More questions about entities

  • From: Wilf Reedijk <wilfr@m...>
  • To: xml-dev@i...
  • Date: Tue, 03 Mar 1998 11:56:08 -0800

editurl
When I try to reference an entity within an attribute value, the parser (I am using msxml) complains.
The message that I am getting is 'Invalid element in context of  'APP'. Expected [ADDURL,EDITURL] in line 3 and column 18. This message makes no sense to me.

Here is my XML:
 

<?XML version="1.0"?>
<!DOCTYPE TREE [
<!ENTITY TEST "myapp">
<!ELEMENT TREE (CATEGORY)*>
<!ELEMENT CATEGORY (ADDURL?,EDITURL?,(CATEGORY|APP)*)>
 <!ATTLIST CATEGORY
  name CDATA #REQUIRED>
<!ELEMENT APP (ADDURL?,EDITURL?)>
 <!ATTLIST APP
  name CDATA #REQUIRED
  thing CDATA #IMPLIED>
<!ELEMENT ADDURL (#PCDATA)*>
<!ELEMENT EDITURL (#PCDATA)*>
]>
<TREE>
 <CATEGORY name="mycategory">
 
  <APP name="&TEST;">
   <ADDURL>  someurl </ADDURL>
   <EDITURL> anotherurl </EDITURL>
  </APP>
 </CATEGORY>
</TREE>
 

How do we use entities within attributes?

I find the whole concept of entities to be a bit confusing (internal vs. external; general vs. parameter; parsed vs. unparsed etc.). Is there a site where one could find some good examples describing how the various types of entities are used?
 

Eve L. Maler wrote:

It's legal to reference a parsed entity from an attribute value, and every
XML processor should be able to handle it.  To do this properly, the
reference would have to look like this:

<aTag xml-link="simple" href="&aRef;">content</aTag>

(Using an ENTITY-type attribute wouldn't automatically expand it in place,
and anyway, has to be used exclusively with unparsed entities -- those with
an NDATA notation.)

        Eve
 

 

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.