Re: Removing whitespace in XSP generated XML

2003-10-31 Thread Mika Fonsen
Hi, Another solution to this XMLSpy caused problem is to disable output formatting for these elements. Tools/Options: - from file tab, add an entry to the No output formatting -field: xsp:attribute You might also want to include xsl:attribute to this. --- Mika Fonsén *

Re: Removing whitespace in XSP generated XML

2003-10-30 Thread J.Pietschmann
Stephanie Zohner wrote: Another offered solution is the xslt-function normalize-space. This however, did not work as expected so far. I assume this is because, normalize-space removes no #10;, which is the first character in my atibute values. That's a bit odd because a LF is supposed to be

Re: Removing whitespace in XSP generated XML

2003-10-30 Thread Joerg Heinicke
We could easily add xsl:strip-space elements=xsp:attribute/ to the xsp.xsl for avoiding the need to write xsp:attribute name=emailxsp:exprrequest.getParameterValues(users)[i]/xsp:expr/xsp:attribute (i.e. without any linebreak). The problem is, that we can break other user's code, when they