[
Lists Home |
Date Index |
Thread Index
]
- From: Srinivasan_KS <Srinivasan_KS@inf.com>
- To: "'xml-dev@ic.ac.uk'" <xml-dev@ic.ac.uk>
- Date: Sat, 14 Aug 1999 16:28:39 +0530
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>&#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"
&#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@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@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)
|