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]
Other format: [Raw text]

Re: Loosing encoding information


Hello (yet) again :)

Jonathan Perret:
>Julian certainly meant the transformNodeToObject method.
<SNIP>
>I don't know if you can use transformNodeToObject on the client though.

I am sorry if I confused the issue writing "(on the client)" which was where 
I took the example from. The code in "on the server" in w3schools.com's 
website is the same <% ..
'Transform the file
Response.Write(xml.transformNode(xsl))
%>
I am transforming serverside, but I don't know the use of
transformNode(a, b) at all. I presume from the examples that output is 
contained in b? Or does b tell the style of the output.
Surely it is not enough to write:
..
oXml.transformNode(oXSL, response) %>
and expect the output to be shown in the homepage...?

Ragulf Pickaxe :)


_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


 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]