Re: [svg-developers] appendChild question

2005-04-22 Thread Sean
Correction, getURL(), not parseXML(). Sean wrote: >Does parseXML() need to run embedded with the SVG? I can't get >parseXML() to work from an external script. > >Robin Berjon wrote: > > > >>Sean wrote: >> >> >> >> >>>As a test I added a name >>>variable to each myGeometryToAdd node, and

Re: [svg-developers] appendChild question

2005-04-22 Thread Sean
Does parseXML() need to run embedded with the SVG? I can't get parseXML() to work from an external script. Robin Berjon wrote: >Sean wrote: > > >>As a test I added a name >>variable to each myGeometryToAdd node, and I am able to correctly >>retrieve it in each case. Am I not allowed to appe

Re: [svg-developers] RE: Read this Article?

2005-04-22 Thread Jon Ferraiolo
In terms of history, VML, and the W3C: In April 1998, Adobe, IBM, Netscape and Sun co-submitted PGML to the W3C. (Common speculation was that this was really an Adobe thing, which I definitely can validate as being mostly true.) In May 1998, Microsoft, Macromedia, Visio, Autodesk and HP co-sub

Re: [svg-developers] appendChild question

2005-04-22 Thread Robin Berjon
Sean wrote: > As a test I added a name > variable to each myGeometryToAdd node, and I am able to correctly > retrieve it in each case. Am I not allowed to append one document > from another? Indeed you are not. You need to call the importNode() method first. The DOM Core specification explains

Re: [svg-developers] RE: Read this Article?

2005-04-22 Thread Chris Lilley
On Friday, April 22, 2005, 2:45:22 AM, Rick wrote: RB> I see XAML in some ways as a convergence of XForms, XHTML, and SVG. RB> It is often easier to be "second" and to avoid the mistakes of your RB> predecessors. For example, SVG's decision to use CSS was a poor one RB> in hindsight (its "non-X

[svg-developers] Re: appendChild question

2005-04-22 Thread Ronan O'Driscoll
Maybe try cloning the node from the Map document in the Legend and adding the cloned node? --- In svg-developers@yahoogroups.com, Sean <[EMAIL PROTECTED]> wrote: > Below I have two almost identical js loops. The first works, and the second does too right up to the point of appending the child.

Re: [svg-developers] Re: Convert path to polygon

2005-04-22 Thread Chris Lilley
On Thursday, April 21, 2005, 4:35:06 AM, chun79 wrote: c> Thanks a lot! c> Thanks method is really good for edge and curve c> but a bit not sufficient to sample the vertex! Yes, a better approach is to take each path command and convert appropriately - an L or l command needs only two points

[svg-developers] appendChild question

2005-04-22 Thread Sean
Below I have two almost identical js loops. The first works, and the second does too right up to the point of appending the child. The first is embedded in my map, the second in the legend. The second is used to append the map when the user clicks on a layer that has not yet been loaded. My

[svg-developers] Question on scrollbars script

2005-04-22 Thread Ronan O'Driscoll
Hi there, I have a question on the script which provides SVG scrollbar functionality. The example file is scrollBars.js in the Files section of this group. The script was supplied by Peter Sorotokin of Adobe and works fine for any SVG element whose width is less than 16384 pixels. However, if th

RE: [svg-developers] SVG and HTTPS

2005-04-22 Thread Craig Upson
Some of the app's I've created use ASV3/IE with an in a JSP element and postURL worked without flaw. Not sure about the vpn however. -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Doug Schepers Sent: Friday, April 22, 2005 12:52 PM To: svg

Re: [svg-developers] SVG and HTTPS

2005-04-22 Thread Holger Will
Doug Schepers wrote: > Hi- > > Has anyone had direct experience with using SVG (ASV3/IE, > specifically) via > HTTPS? We're getting a problem loading an SVG using "embed" on a JSP > (through a VPN, I believe). Are there any known problems with viewing > scripted SVG, or using postURL? > > I woul

[svg-developers] SVG and HTTPS

2005-04-22 Thread Doug Schepers
Hi- Has anyone had direct experience with using SVG (ASV3/IE, specifically) via HTTPS? We're getting a problem loading an SVG using "embed" on a JSP (through a VPN, I believe). Are there any known problems with viewing scripted SVG, or using postURL? I would very much welcome any confirmation or

[svg-developers] Re: getIntersectionList +Batik1.6

2005-04-22 Thread campin_b
Thank you Thomas, I will try that. b. --- In svg-developers@yahoogroups.com, Thomas DeWeese <[EMAIL PROTECTED]> wrote: > campin_b wrote: > > > I read that getIntersectionList was implemented in batik1.6 > > > > Does anyone succeeded in making work the getIntersectionList method ? > > B

Re: [svg-developers] Re: appendChild question

2005-04-22 Thread Sean
I should be more clear. I did get it to work externally when it was referenced in the SVG file itself. If I referenced it in thu HTML file I embedded the SVG in, then it doesn't work. ctl271 wrote: >--- In svg-developers@yahoogroups.com, Sean <[EMAIL PROTECTED]> wrote: > > >>Correction, ge

[svg-developers] Re: appendChild question

2005-04-22 Thread ctl271
--- In svg-developers@yahoogroups.com, Sean <[EMAIL PROTECTED]> wrote: > Correction, getURL(), not parseXML(). > > Sean wrote: > > >Does parseXML() need to run embedded with the SVG? I can't get > >parseXML() to work from an external script. Shouldn't need to be. I use postURL from externa

Re: [svg-developers] appendChild question

2005-04-22 Thread Sean
The impportNode() method is the way to go, I think. I get an error stating that it is "Not Implemented". while(child != null){ childSibling = child.nextSibling; if(child.nodeType==1){ theID = child.getAttributeNS(null,"id"); theMap=svgdoc.getElementById("map2"); var nodeToImport = svgd

Re: [svg-developers] Re: Percentage-Based Path in SVG Tiny

2005-04-22 Thread Thomas DeWeese
Andrew Shouldice wrote: > Your viewBox suggestions worked perfectly. Yes, the aspect ratio is > locked at 1:1, as opposed to being 'gooey', but this small sacrifice > is one we can make. I think if you set 'preserveAspectRatio="none"' it will be gooey. IIRC Tiny still supports PAR. > All t

Re: [svg-developers] getIntersectionList +Batik1.6

2005-04-22 Thread Thomas DeWeese
campin_b wrote: > I read that getIntersectionList was implemented in batik1.6 > > Does anyone succeeded in making work the getIntersectionList method ? Batik includes two test files in it's samples tree: intersectionList.svg and intersectionList2.svg. They should be a good start... http://

[svg-developers] getIntersectionList +Batik1.6

2005-04-22 Thread campin_b
Hi all, I read that getIntersectionList was implemented in batik1.6 Does anyone succeeded in making work the getIntersectionList method ? Thank in advance Benjamin - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click

[svg-developers] Re: Percentage-Based Path in SVG Tiny

2005-04-22 Thread Andrew Shouldice
Thanks KG and Antoine. Your viewBox suggestions worked perfectly. Yes, the aspect ratio is locked at 1:1, as opposed to being 'gooey', but this small sacrifice is one we can make. All these tiny victories mean my boss is asking more and more of me. ;) Now he wants animation and interactive cont

[svg-developers] interviewcall.com

2005-04-22 Thread callinterview
New feature at interviewcal.com Get your account at interviewcall.com Features like: • Manage criteria / skills • Update resume • Change your profile status • Etc Thousands of resumes online……… http://www.interviewcall.com Search for the best resume and compare it with

Re: [svg-developers] Help neede in SVG issue - urgent

2005-04-22 Thread Holger Will
Ganesh Jothikumar wrote: > Hi Holger > Thank You for the answer. It was very helpfult. Just a > couple of more questions. > > 1) In the same code > > > > > > > xlink:href="#attract"> > > ATTRACT > > > > > > > If u see now I am able to place the text "Attract" in teh center of

Re: [svg-developers] Help neede in SVG issue - urgent

2005-04-22 Thread Ganesh Jothikumar
Hi Holger Thank You for the answer. It was very helpfult. Just a couple of more questions. 1) In the same code ATTRACT If u see now I am able to place the text "Attract" in teh center of the curve. So now this string will not be hardcoded and it will be a parameter