Accessing default attributes from DTD

Lars Marius Garshol larsga at ifi.uio.no
Thu May 14 15:30:55 BST 1998


* 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 at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list