Re: Why SVG becomes blank?

Can you send an example URL with an example that works and one that fails? 
Perhaps along with your php code? Just whipe out the connection information.

I use PHP with SVG quite extensively for loading maps from spatial 
databases. The chunks vary from a few k in size up to several 100ks.

Never had any problems with the PHP/SVG combination.

However I always used getURL/parseXML with fragments, not full SVG 
documents.

Andreas

--On Mittwoch, 10. März 2004 12:01 Uhr +0000 shwathi a 
<loveshwathi@yahoo.co.in> wrote:

>
>
> Subject: SVG,PHP
>
> 1. Display an SVG image of code size more than 10Kb in a php page using
> print (not embed). {say one.php}
> 2. Create a link in svg to another PHP page using <a
> xlink:href="two.php">
> 3. Create a submit button in two.php ( note : not a mere link but a form
> button)  on whose click will return to one.php  (say <form method=post
> action="one.php">).
>
> If the SVG code is more than 10Kb,a blank screen appears.
> What could be the reason? This is my problem. What shall I do?
> I can explain in detail if needed.Please suggest.Thanks in advance!
>
> Shwathi
>
> Yahoo! India Insurance Special: Be informed on the best policies,
> services, tools and more.



--
I finally figured out the only reason to be alive is to enjoy it.
-- Rita Mae Brown

----------------------------------------------
Andreas Neumann - Department of Cartography
Swiss Federal Institute of Technology (ETH)
ETH Hoenggerberg, CH-8093  Zurich, Switzerland
Phone: ++41-1-633 3031, Fax: ++41-1-633 1153
e-mail: neumann@karto.baug.ethz.ch
www: http://www.karto.ethz.ch/neumann/
SVG.Open: http://www.svgopen.org/
Carto.net: http://www.carto.net/

Received on Wednesday, 10 March 2004 08:47:06 UTC