Altova Mailing List Archives>Archive Index >comp.text.xml Archive Home >Recent entries >Thread Prev - Re: post into xslt to change the outcome >Thread Next - Re: post into xslt to change the outcome Re: post into xslt to change the outcomeTo: NULL Date: 11/2/2006 3:16:00 AM
Hi,
Thanks for the reply.
I am using asp pages to show the xml with xslt (i can have more than
one xml on the page then). So a normal url will be
http://xxx.com/blah.asp?articleid=15646
The code i use on the asp page to transform the xml/xslt is
<%
xmlf = "feeds/articles.xml"
stylef = "xsl/article.xsl"
set xmlDoc = Server.CreateObject("Microsoft.XMLDOM")
set xslDoc = Server.CreateObject("Microsoft.XMLDOM")
xmlDoc.load(Server.Mappath(xmlf))
xslDoc.load(Server.Mappath(stylef))
Response.Write(xmlDoc.transformNode(xslDoc))
%>
Does this help? Could i pass the needed information in using asp?
Thanks
Nick
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
