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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Confusion regarding notation processing

[ Lists Home | Date Index | Thread Index ]
  • From: "Amit Rekhi" <amitr@abinfosys.com>
  • To: "Xml-Dev (E-mail)" <xml-dev@ic.ac.uk>
  • Date: Thu, 1 Oct 1998 14:50:16 +0530

Hello,
            After having read about the purpose/declaration of  NOTATIONS in
XML from the spec. I had a ques. :-

 I have a sample xml file :-

<?xml version="1.0" ?>
<!DOCTYPE start-ele [
   <!NOTATION MyFormat SYSTEM "MyFormatProcessor.exe">
   <!ENTITY MyEnt SYSTEM "MyFormatData.txt" NDATA MyFormat>
   <!ELEMENT start-ele EMPTY>
   <!ATTLIST attr-for-notation ENTITY #REQUIRED>
]>
<start-ele attr-for-notation=MyEnt />

When a VALIDATING xml processor will start processing the above, will it
only pass

* Notation name (MyFormat in above case)
* Notation System Identifier (MyFormatProcessor.exe)
* Entity systm. identifier (MyFormatData.txt)

to the application (on behalf of which the xml processor is validating) , or
is it also expected to pass the non XML data file(MyFormatData.txt) to it's
related process (MyFormatProcessor.exe) and initiate the processing?


Thanks in advance,

AMIT REKHI





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