Re: [xsl] to slow when running x3dtovrml.xslt

Subject: Re: [xsl] to slow when running x3dtovrml.xslt
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Fri, 25 May 2007 09:13:14 +0100
On 5/25/07, Paulus Jacko <pow_lung@xxxxxxxxx> wrote:
Hi,

I'am developing 3d website that's converts x3d file to vrml,
then display vrml object to the web using cortona plugin..

But x3dtovrml.xslt only can run when my computer online to the internet,
when offline, it doesn't work.. T.T
beside of that, it run to slow... like searching something in the internet...

any suggest?

The X3D/VRML list is over on XML-Dev... (well it was, mercifully its all gone quiet now....)

The source XML (or the XML file that is the XSLT) may reference a DTD
which the parser is fetching, or the XSLT file may be pulling in some
XML using document().

You'll need to find out what is fetching what and then go from there.

cheers
andrew

Current Thread