Probably one could have the PHP script output the values as XML and use an XSL stylesheets to merge the XML to produce the SVG output.
For the best support the XSL transform would probably need to occur in another PHP script calling the first but a cable browser could do the transform itself since after all SVG is just more XML :) heldermagalhaes wrote: > If you simply want to integrate PHP values into SVG content, one would > simply compute the values before the document starts and later include > them in the proper places by using inline PHP commands. Nice sample at: > > http://www.carto.net/papers/svg/samples/serverside_svg_php.shtml > > On the other hand, if you want to generate SVG content using PHP, an > answer may be at: > > http://wiki.svg.org/Server-Side_SVG#PHP > > Hope this helps, > > Helder Magalhães > > > > --- In [email protected], "abdelhediiahmed" > <[EMAIL PROTECTED]> wrote: > >> please; >> >> is there someone who can tell me how to to include php scripts in svg >> documents ? >> I mean how to include values of php script in asvg document. >> Thanks >> >> > > > ----- 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/

