| Oracle8i Application Developer's Guide - XML Release 3 (8.1.7) Part Number A86030-01 |
|
Using Internet File System (iFS) to Build XML Applications, 7 of 11
When you place an XML representation of a document in iFS, SimpleXmlParser() is called to create the document object.
Assume gking.vcf document instance has been converted to an XML file, gking.xml, and that the end user is using the iFS Windows interface.
SimpleXmlParser().
SimpleXmlParser() recognizes gking.xml as a Vcard document.
SimpleXmlParser() parses gking.xml, creating a Vcard object called gking.
If the gking.vcf document instance had been used instead, the result of the parser lookup in Step 2 would be that SMB would invoke the custom parser, VcardParser.
|
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|