> I am new in SVG development. I need to create SVG files in C/C++ server and which will futher serve the mobile clients. > Please let me know if there is/are any C/C++ Image library is avaialble to create Mobile SVG images. > I have found one library www.cairographics.org , but it doesnt support Mobile SVG.
If you follow the SVG Mobile specification, then the only thing you will need is a XML parser: for example, TinyXML (http://www.grinninglizard.com/tinyxml/ for C interface or http://code.google.com/p/ticpp/ for C++ interface). Regards, Helder Magalhães ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

