On 6-Sep-06, at 12:42 PM, Yan Seiner wrote:
> OK, this is slightly OT for this group, but I am hoping someone might
> provide some insight.
>
> I am looking for a simple C language XML serializer. I don't want or
> need libxml2 and its complexity.
>
> All I need to do is to read in a fairly simple XML data file, walk the
> resulting tree, make whatever changes I need, and then write it out.
>
> I have an ideal implementation in PHP:
> <http://keithdevens.com/software/phpxml> and I am looking for a
> similar simple lib in C.
How would you do this in C there's no real way to determine the name
of structures at runtime ?
From what I can see in the php version they take a "data string" and
convert it to xml
There may be a way of doing hashmap->xml but that doesn't seem overly
hard.
Dave
------------------------ Yahoo! Groups Sponsor --------------------~-->
Great things are happening at Yahoo! Groups. See the new email design.
http://us.click.yahoo.com/SktRrD/hOaOAA/yQLSAA/CFFolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|