XML

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
pspxml
Posts: 2
Joined: Mon Apr 14, 2008 6:35 am

XML

Post by pspxml »

Hi guys,

im trying to use xml on the psp, just reading writing. but i cant find a good example/lib to use. ive looked at tinyXML put i cant get it to work. as well as libXML2 looks like too much overhead.

any help anyone can sugest will be ace.

thanks.
danzel
Posts: 182
Joined: Fri Nov 04, 2005 11:03 pm

Post by danzel »

tinyXML works fine for me. So does libXML2.

What is the problem?
pspxml
Posts: 2
Joined: Mon Apr 14, 2008 6:35 am

Post by pspxml »

i just cant get it to work, have you got a simple hello world. i tries including tinyXML.h but just errors,

any help would be great

cheers.

jc.
danzel
Posts: 182
Joined: Fri Nov 04, 2005 11:03 pm

Post by danzel »

Post the error messages.
Vincent_M
Posts: 73
Joined: Tue Apr 03, 2007 4:16 am

Post by Vincent_M »

Did you link the library to your project in your makefile? Not too sure if that is what you have to do. Never used it myself, but trying to be helpful ;)
Post Reply