[svg-developers] Re: XSLT whitespace problem

2006-08-09 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, waynehet [EMAIL PROTECTED] wrote: I think I found the problem. It seems that its coming from a UTF8 BOM (Byte Order Mark). After MS XSLTransform object does its thing, I convert the output stream into a string which is passed as a parameter to a

[svg-developers] Re: XSLT whitespace problem

2006-08-08 Thread waynehet
Martin, Thanks for your reply and examples. Also, sorry for suggesting that the browser was messing up the graphic. I meant to imply that MS had somehow mangled the transformation which made it impossible to render in the browser, not that the browser was at fault. (geez, you guys are so

[svg-developers] Re: XSLT whitespace problem

2006-08-07 Thread waynehet
--- In svg-developers@yahoogroups.com, Martin Honnen [EMAIL PROTECTED] wrote: Here is a static SVG document http://www34.brinkster.com/libertydevelop/svg/test2006080502.svg with #xD;#xA; in the d attribute value, Adobe SVG viewer in IE renders that just fine so it really seems the display

Re: [svg-developers] Re: XSLT whitespace problem

2006-08-07 Thread Phi Tran
On 8/7/06, waynehet [EMAIL PROTECTED] wrote: --- In svg-developers@yahoogroups.com svg-developers%40yahoogroups.com, Martin Honnen [EMAIL PROTECTED] wrote: Here is a static SVG document http://www34.brinkster.com/libertydevelop/svg/test2006080502.svg with #xD;#xA; in the d attribute

Re: [svg-developers] Re: XSLT whitespace problem

2006-08-07 Thread Phi Tran
On 8/7/06, Phi Tran [EMAIL PROTECTED] wrote: On 8/7/06, waynehet [EMAIL PROTECTED] wrote: --- In svg-developers@yahoogroups.comsvg-developers%40yahoogroups.com, Martin Honnen [EMAIL PROTECTED] wrote: Here is a static SVG document

[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] 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

[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