<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML><HEAD>
<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type>
<STYLE></STYLE>

<META content='"MSHTML 5.00.0910.1309"' name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<DIV>Hello,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
After having read about NOTATIONS in XML from the spec. </DIV>
<DIV>I had a ques. :-<BR><BR>&nbsp;I have a sample xml file :-<BR><BR>&lt;?xml 
version=&quot;1.0&quot; ?&gt;<BR>&lt;!DOCTYPE start-ele [<BR>&nbsp;&nbsp; 
&lt;!NOTATION MyFormat SYSTEM &quot;<A 
href='http://www.schema.net/usdate.not"'>http://www.my.net/myf</A><U><FONT 
color=#0000ff>ormat.spc</FONT></U>&quot;&gt;<BR>&nbsp;&nbsp; &lt;!ENTITY MyEnt 
SYSTEM &quot;MyFormatData.ent&quot; NDATA MyFormat&gt;<BR>&nbsp;&nbsp; 
&lt;!ELEMENT start-ele EMPTY&gt;<BR>&nbsp;&nbsp; &lt;!ATTLIST attr-for-notation 
ENTITY #REQUIRED&gt;<BR>]&gt;<BR>&lt;start-ele attr-for-notation=MyEnt 
/&gt;<BR><BR>When a validating xml processor will start processing the above, it 
is <BR>supposed to pass<BR><BR>1) Notation Name (MyFormat in above case)<BR>2) 
Notation System Identifier (<A 
href='http://www.schema.net/usdate.not"'>http://www.my.net/myf</A><U><FONT 
color=#0000ff>ormat.spc</FONT></U>)</DIV>
<DIV>3) Entity Name (MyEnt in the above case)<BR>4) Entity System Identifier 
(MyFormatData.ent)<BR><BR>to the application (on behalf of which the xml 
processor is validating).</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>-<FONT size=3> How will the application know which are the 
elements for which</FONT></FONT></DIV>
<DIV><FONT size=2><FONT size=3> the Notation name, Notation System ID,Entity 
Name,Entity System ID </FONT></FONT></DIV>
<DIV><FONT size=2><FONT size=3>are to be taken from the XML 
processor?</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>- How will the XML processor pass the above 4 to the 
application?<BR><BR><BR>Thanks in advance,<BR><BR>AMIT REKHI</DIV></BODY></HTML>