Is it possible to get attribute/attribute value in an XML doc
Srinivasan_KS
Srinivasan_KS at inf.com
Tue Aug 17 09:07:06 BST 1999
`Hi,
We have one XML doc as produced below.We are using EXPAT parser .
<MI_PROD_FAMILY_DESC>
<MI_PROD_DESC_ADD_USER>massImport</MI_PROD_DESC_ADD_USER>
<MI_PROD_DESC_UPDATE_USER>massImport</MI_PROD_DESC_UPDATE_USER>
<MI_OVERVIEW_TAB MI_PROD_DESC_WHICH_PAGE="5">
<MI_LINE MI_PROD_DESC_LIVE="0" MI_PROD_DESC_REMOVED="0">
<MI_PROD_DESC_HEAD COLOR="0" SIZE="4" ALIGN="0" STYLE="0">
<MI_PROD_DESC_HD>
<MI_TEXT>&#149</MI_TEXT>
</MI_PROD_DESC_HD>
</MI_PROD_DESC_HEAD>
<MI_PROD_DESC_TEXT COLOR="0" SIZE="4" ALIGN="0" STYLE="0">
<MI_PROD_DESC_TXT>
<MI_FUNC_CONCAT>
<MI_TEXT>Format:</MI_TEXT>
<MI_EDI_REF_NAME>mi_edi_ref_name_format</MI_EDI_REF_NAME>
</MI_FUNC_CONCAT>
</MI_PROD_DESC_TXT>
</MI_PROD_DESC_TEXT>
</MI_LINE>
We want to know whether it is possible to write/use individual
functions to extract
tag names
tag parameters
attribute names
attribute values
number of tag parameters
Identify begin and end positions for a given tag
Identify location of tags,parameters etc in the XML document
Any pointers in this way will be helpful.
Regards
Raktim
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/ and on CD-ROM/ISBN 981-02-3594-1
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