- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does anybody know a small xml parser or/and a small lib for that?
i just found Markup but i have problems using it because of iconv.h :/ mfg svenLink Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
expat is what I would use. Though I've never actually tried to get it working on Nios II Linux/uClinux, it's great to use on PC-based Linux.
- slacker- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
is there a good "how to" how to implement libarys into uclinux?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
found the expat lib in uclinux and the possibility to compile the examples but my folder "expat-examples" is empty
does that tell me it doesn't work or what's the meaning?- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are using TinyXml and I find it awesome (sourceforge.net/projects/tinyxml). It's basically 4 C++ files and 2 header files that you can drop into your project and compile with your code. I found it the simplest approach and never had any problem with it.
Mfg, Ricardo- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok TinyXml works! :)
Thanks you saved my day expat took some of my nerves
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page