Hi,
According to the messages in the Mail Archive my problem is well known, but
I could not find an proper solution in it. So maybe this time ?!
I have unwanted whitespace in XSP generated attributes:
For example:
XSP-Code like this:
<user>
<xsp:attribute name="email">
<xsp:expr>request.getParameterValues("users")[i]</xsp:expr>
</xsp:attribute>
</user>
Result into:
<user email=" [EMAIL PROTECTED]
"/>
The offered solutions are:
Strip the whitespace out of the XSP-page manuelly, so it won't appear in the
output.
I edit my XML Files with XML Spy, so this solution in not good. It
obliterates the XSP file.
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
" ", which is the first character in my atibute values.
Is there a way to prevent unwanted whitespace in the XSP, and if not how can
XSLT help in my case ( )
I would be very glad, if anybody can help me with this.
Thanks,
Stephanie
--
NEU F�R ALLE - GMX MediaCenter - f�r Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gru�, GMX FotoService
Jetzt kostenlos anmelden unter http://www.gmx.net
+++ GMX - die erste Adresse f�r Mail, Message, More! +++
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]