LibXML Example

BlitzMax Forums/BlitzMax Beginners Area/LibXML Example

WiredWorm(Posted 2010) [#1]
Hi,

I've started to look at using LibXML to store a simple configuration for an application i've just started working on.

Despite reading the samples i'm still a bit confused about how it works.

So far i've written some code which binds to the root node and from there I try calling the getAttribute function to retrieve named values in the config - but it doesn't seem to be working.

Can anyone show me some sample XML and associated code so I can identify where i'm going wrong?

Thanks in advance.


Difference(Posted 2010) [#2]
Are you using Bruceys mod ?

+ Post your code so we can help