This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ampersand output


-- David Carlisle [Thu, 18 Oct 2001 19:28:19 +0100]:
>
>> any ideas?
>as you must have seen in the archives of this list.
>an unquoted & in an HTML or XML file is a fatal error, and &
>is what you want, even in an href attribute.
>since that's what you say you got I'm noy sure what the problem is?
>
>David

AHH.  you all are right.

turns out the problem wasn't with the &amp in the URI.  I'd tacked on .xml on the end which was resulting in:

default.asp?person=p1&tree=vitiello.xml

the xml was making the browser think it was XML (which, actually it is...) but the browser was somehow confused as to what to do with it.

anyhow, chopped off the .xml, and it loads perfectly.

Don't I look like the moron? =)

Eric
Perceive Designs
<www.perceive.net>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]