Search found 3 matches

by tasos
Thu Apr 30, 2009 9:34 pm
Forum: XSLT and FOP
Topic: space and tab(removal) in xsl:attribute
Replies: 3
Views: 2998

Re: space and tab(removal) in xsl:attribute

Hey,thanks for replying. Take a look at http://pastebin.com/m7ac909f5 When 1=1 is followed by spaces alert('a') and again spaces. I can avoid them but it is painful. For example suppose that someone has formatting enabled on visual studio. The spaces are created because of formatting. For example xm...
by tasos
Thu Apr 30, 2009 3:15 pm
Forum: XSLT and FOP
Topic: space and tab(removal) in xsl:attribute
Replies: 0
Views: 2738

space and tab(removal) in xsl:attribute

Hello people and nice to meet you. Using visual studio i have a major problem editing xsl files. When using: <xsl:attribute name='onclick'> space character space character space character alert('foo'); tab character tab character </xsl:attribute> The space or tabs(of course in visual studio i can co...
by tasos
Thu Apr 30, 2009 2:52 pm
Forum: XSLT and FOP
Topic: space and tab(removal) in xsl:attribute
Replies: 3
Views: 2998

space and tab(removal) in xsl:attribute

Hello people and nice to meet you. Using visual studio i have a major problem editing xsl files. When using: <xsl:attribute name='onclick'> space character space character space character alert('foo'); tab character tab character </xsl:attribute> The space or tabs(of course in visual studio i can co...