[svg-developers] Re: XSLT whitespace problem

2006-08-05 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, waynehet [EMAIL PROTECTED] wrote: I'm having a little trouble with a svg document created in Illustrator that I need to adjust to reflect some external data. I'm applying a XSL transformation in .NET to update the node attributes (particularly fill

[svg-developers] Problem with printing quotes in function parameter

2006-08-05 Thread Baris Yilmaz
Hi, I have a basic question. I am using Java to create a svg document. I created an element with org.w3dom. Then I try to add an eventhandler onfiltered= openWin('punkt_id') to an element, like; org.w3.dom.Element a = document.createElementNS(null, circle); a.setAttributeNS(null,

[svg-developers] Re: XSLT whitespace problem

2006-08-05 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, Martin Honnen [EMAIL PROTECTED] wrote: then an ASP.NET 1 page that use XslTransform to do an identity XSLT transformation on that SVG document and output the result to the browser http://www34.brinkster.com/libertydevelop/svg/test2006080501.aspx

Re: [svg-developers] Problem with printing quotes in function parameter

2006-08-05 Thread Baris Yilmaz
Sorry, I made a mistake, the eventhandler is not onfiltered , it is onclicked ! :) onclicked=openWin(quot;punkt_idquot;) Baris Yilmaz [EMAIL PROTECTED] wrote: Hi, I have a basic question. I am using Java to create a svg document. I created an element

[svg-developers] Re: XSLT whitespace problem

2006-08-05 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, waynehet [EMAIL PROTECTED] wrote: Hi all, I'm having a little trouble with a svg document created in Illustrator that I need to adjust to reflect some external data. I'm applying a XSL transformation in .NET to update the node attributes (particularly

RE: [svg-developers] Adding an arrow at the other end of a line

2006-08-05 Thread Doug Schepers
Hi, Fulio- Indeed, this is pretty simple (though not as simple as possible). Take a look at my revision of your file: http://svg-whiz.com/svg/linguistics/fuliopen/ideograph.svg You'll see that I added another marker that faced the other direction, and referenced that on the same line using the

RE: [svg-developers] Adding an arrow at the other end of a line

2006-08-05 Thread Fulio Pen
Hi, Doug: Thanks a lot for your help. The page looks much nicer with the modification. Sincerely, Fulio Pen Doug Schepers [EMAIL PROTECTED] wrote: Hi, Fulio- Indeed, this is pretty simple (though not as simple as possible). Take a look at my revision of

[svg-developers] IE tries to download, not display svg file

2006-08-05 Thread Sean
I was trying to bring up my svg on a friends computer last night, and IE would only try to download the file. It is in PHP, but on my home computer and work computer it works fine. I tried changing all the permissions, but couldn't get anything to work. Any ideas what would cause this?