OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: Accessing default attributes from DTD

[ Lists Home | Date Index | Thread Index ]
  • From: Lars Marius Garshol <larsga@ifi.uio.no>
  • To: xml-dev@ic.ac.uk
  • Date: 14 May 1998 15:29:39 +0200


* Amit Rekhi
|
|     	       The A.dtd contains :-
| 	       .......
| 		<!ATTLIST TEMP
|                         ATTR-1  NUMBER #FIXED "0">
|    	       .........
| 
| In my A.html file I want to access <TEMP>'s default attribute ATTR-1
| (defined in A.dtd) after I parse the A.xml file into a tree using
| MSXML java parser.
| 
| How would I do that??? 	     

A conforming XML parser that reads the DTD will behave as if the
ATTR-1 attribute had been present on every TEMP element, so you don't
need access to the DTD or any other kind of magic.

If MSXML doesn't do this I suggest you use a parser that does. You can
find a list of parsers at

<URL:http://www.stud.ifi.uio.no/~larsga/linker/XMLtools.html#C0SC4>

(Also note that XML doesn't have a "NUMBER" attribute type. You'll
have to use CDATA.)

-- 
"These are, as I began, cumbersome ways / to kill a man. Simpler, direct, 
and much more neat / is to see that he is living somewhere in the middle /
of the twentieth century, and leave him there."     -- Edwin Brock

 http://www.stud.ifi.uio.no/~larsga/      http://birk105.studby.uio.no/


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





 

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

Copyright 2001 XML.org. This site is hosted by OASIS