Subject: RE: Two Hard Questions (at least for me)
From: Ross Cormier <merex@xxxxxxxx>
Date: Mon, 05 Jul 1999 23:15:12 -0500
|
Thanks for the help. I downloaded XT, and I think I am going to start
using it instead of LotusXSL. The NULL match issue is solved. However I
am still having trouble with the URL.
>& is deprecated as a parameter separator, use ; instead if possible. Then
>you shouldn't have this difficulty. I'm afraid I do not know whether or not
>servlets support ; as a parameter separator.
>
>(see B.2.2 in http://www.w3.org/TR/REC-html40/appendix/notes.html#h-B.2)
News to me. People sure are not following the spec. I am nearly 100% sure
that servlets don't support ;...I haven't had the opportunity to test it
>The ampersand is the introducer for a character entity reference. Valid XML
>would be: <link servlet="SomeServlet" Query="?data1=foo&data2=bar"/>
>which should do what you want.
If I use & the resulting HTML has & in it...Is there ANY way to get
XT to output &?
Thanks again,
Ross Cormier
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|