Let me explain my scenario
The A.dtd contains :-
.......
<!ATTLIST TEMP
ATTR-1 NUMBER #FIXED "0">
.........
The A.xml file contains :-
.....
<TEMP>....</TEMP>
......
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???
Any suggestions would help,
Thanx in Advance,
AMIT