How to get field values and attribute values for a xml document u sing EXPAT?

Srinivasan_KS Srinivasan_KS at inf.com
Sat Aug 14 12:58:20 BST 1999


            Hi,
	We have xml file like produced below.

	<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>&amp;#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>
And we need a kind of output as below. Please note that in some places we
need the tag itself and
some other places we need the text kept between the tags.

MI_PROD_DESC_LIVE="0" 
MI_PROD_DESC_REMOVED="0"
MI_PROD_DESC_HEAD COLOR="0"	
SIZE="4" 
ALIGN="0" 
STYLE="0"
&amp;#149
MI_PROD_DESC_TEXT COLOR="0"
SIZE="4" 
ALIGN="0" 
STYLE="0"
Format:
mi_edi_ref_name_format

We are using EXPAT for doing this.Can any body tell which APIs we have to
call and the way it should be called to
achieve the result.



Regards,
Srini


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