[svg-developers] Re: Real time map animation in svg

2005-08-09 Thread Heiko Niemann
Hi Nathan, since you have come that far I was wondering where you actually need help. I assume you eventually will store the GPS data in some database (some kind of ID, coordinates, timestamp, ...). On a webserver you would have some sort of script (php,jsp,asp,...) to generate the data you want t

[svg-developers] Jpeg2000 ...

2005-08-09 Thread lance dyas
Jpeg2000 would indeed be sweet. Proprietary Mr Sid is dying out anyway.(RUMOR) Andre M. Winter - Carto.net wrote: >hi todd, > >no. SVG1.1 (and most viewers) only allow JPG and PNG as raster files. >maybe next viewes will support JPG2000 for compression levels. > >andré > > > -- Google Me

[svg-developers] Any designers coming to SVG Open?

2005-08-09 Thread Cameron McCormack
If any graphic designers will be attending SVG Open next week, I'd like to talk to you for a short time. My current project is working on an adaptive diagram authoring tool--initially looking at authoring bar charts and process diagrams--and I would like some input on the decisions a designer woul

[svg-developers] Real time map animation in svg

2005-08-09 Thread sent1729
Hi all, I am trying to build an application for real time mapping using SVG.I would greatly appreciate any suggestion. I am using Apache squiggle browser. I would like to show the GPS points that I collect moving in real time on the browser. I am planning on using a java program that can comm

[svg-developers] Re: getURL/parseXML does not work

2005-08-09 Thread deeti_dave
Dear Holger, Thank you very much for your reply! ohh :( I am trying to convince them, they are afraid of whole network being exposed to the outside world, I'm seeing what i can do...hopefully i should be able to. D Dave --- In svg-developers@yahoogroups.com, Holger Will <[EMAIL PROTECTED]> w

Re: [svg-developers] Re: getURL/parseXML does not work

2005-08-09 Thread Holger Will
deeti_dave schrieb: > Dear Holger, > > Thank you very much for your reply! > > yes, the link you've sent me works when I open it. The server I am > running is NCServer, which is an ISV webserver specially made for > our purposes. The network I am working is a very secure network, I > am negociatin

[svg-developers] Re: getURL/parseXML does not work

2005-08-09 Thread deeti_dave
Dear Holger, Thank you very much for your reply! yes, the link you've sent me works when I open it. The server I am running is NCServer, which is an ISV webserver specially made for our purposes. The network I am working is a very secure network, I am negociating with them to let you connect t

Re: [svg-developers] Re: getURL/parseXML does not work

2005-08-09 Thread Holger Will
Hi Dave iv uploaded a simple example, http://blog.treebuilder.de/svg/getUrl.svg this works for me in IE+ASV6. does it work for you ? what server are you using ? can you put a simple example online ? cheers Holger Yahoo! Groups Sponsor ~--> http://u

[svg-developers] Re: getURL/parseXML does not work

2005-08-09 Thread deeti_dave
Dear Heiko, thank you very much for replying! I really was hoping if someone would look at this... I tried your example, and it does not work with accessing it through webserver. #1) What does your webserver return if you call the xml file directly? when I request just xml file from any html pag

Re: [svg-developers] Very Basic Problem while Running XSL style sheet on SVG!

2005-08-09 Thread Holger Will
Ahmed Salman schrieb: > Hi! > > I am running a very very simple style sheet on an empty svg file. I am > not able to understand why its not matching the svg root element. I > spent many hours and run the same code on different parsers including > XML Spy, Oracle XML Parser, Oxygen. But svg element

Re: [svg-developers] Very Basic Problem while Running XSL style sheet on SVG!

2005-08-09 Thread Ahmed Salman
Thanks a lot Jadadish! Its working now. On 8/9/05, Jagadish Pampati <[EMAIL PROTECTED]> wrote: > Hi > There is no problem in xsl and svg just assign the schema like this it will > work > > > > > Pampatwar\Desktop\XSLT\abcd.svg?> > > xmlns:xsl="http://www.w3.org/1999/XSL/Transform";> > >

[svg-developers] Multiple Image Elements

2005-08-09 Thread kerrycoffin
Hi It looks like when I add multiple image elements to the DOM via javascript that only two requests at a time are sent to the web server by the ASV plugin even though I'm creating 16 image elements. i.e. imageElement.setAttributeNS(XLINK, "xlink:href", requestString);

[svg-developers] Re: getURL/parseXML does not work

2005-08-09 Thread deeti_dave
Dear Heiko, thank you very much for replying! I really was hoping if someone would look at this... I tried your example, and it does not work with accessing it through webserver. #1) What does your webserver return if you call the xml file directly? when I request just xml file from any html

[svg-developers] Re: SVG Development Environment - Seeking Beta Users

2005-08-09 Thread Francis Hemsher
Hi Doug, Thanks for you comments and good wishes. I think one thing most important, not only for the MobiusPortal ViewPort (i.e. the client-side ap that views updated SVG images), but for all folks that want to create dynamic SVG documents: Use esentially a 'blank' SVG document as a recipient

Re: [svg-developers] Very Basic Problem while Running XSL style sheet on SVG!

2005-08-09 Thread Jagadish Pampati
Hi There is no problem in xsl and svg just assign the schema like this it will work http://www.w3.org/1999/XSL/Transform";> http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"; doctype-public="-//W3C//DTD SVG 20010904//EN" method="xml"/> I am svg! this is

Re: [svg-developers] Let's not get carried away, PLEASE!

2005-08-09 Thread Philippe Lhoste
Jean-David Benamou wrote: > welkerpaul wrote: >>I got complaints about spreading FUD that Adobe SVG Viewer would not >>work in MS Internet Explorer 7. Clearly, that is wrong. > > what is "FUD" ? http://www.bugbrother.com/archives/fud.htm http://www.retrologic.com/jargon/F/FUD.html -- Philippe

[svg-developers] Very Basic Problem while Running XSL style sheet on SVG!

2005-08-09 Thread Ahmed Salman
Hi! I am running a very very simple style sheet on an empty svg file. I am not able to understand why its not matching the svg root element. I spent many hours and run the same code on different parsers including XML Spy, Oracle XML Parser, Oxygen. But svg element never matches. XSLT should displa

[svg-developers] Re: SVB and VB6.0

2005-08-09 Thread sudharshanks
Thanx Andreas, I'm going about using the internet explorer control, but would be more interested to work with SVGActivex 3.0 library objects. Thnks, Darshan --- In svg-developers@yahoogroups.com, "Andreas Neumann" <[EMAIL PROTECTED]> wrote: > Hi, > > it's a long time since I last did t