Hi.

I am trying to figure out how to iterate thorught an xmlChar *.

I mean something like this:

for (unsigned int i = 0; xmlUTF8Strlen (myString); ++i)
        /// obiously this wont work
          myString[i] = ...;

How do I iterate the string?


Thank you very much

Roberto

_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to