Click here to Skip to main content
16,005,281 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: how to return the xml from a web service and store it into a data grid? Pin
pabloraul11-May-07 6:07
pabloraul11-May-07 6:07 
QuestionHow to search in XML Pin
Stormint9-May-07 3:25
Stormint9-May-07 3:25 
AnswerRe: How to search in XML Pin
Stefan Troschuetz9-May-07 10:02
Stefan Troschuetz9-May-07 10:02 
QuestionDynamic XSD Pin
kashasd6-May-07 20:37
kashasd6-May-07 20:37 
AnswerRe: Dynamic XSD Pin
Stefan Troschuetz6-May-07 21:27
Stefan Troschuetz6-May-07 21:27 
Questionabout XML Pin
Hamsika rani5-May-07 14:45
Hamsika rani5-May-07 14:45 
QuestionC# combobox populated from xml file Pin
Planker5-May-07 4:49
Planker5-May-07 4:49 
QuestionXML MessageBoard Pin
AndreaTheDove4-May-07 7:43
AndreaTheDove4-May-07 7:43 
Hello,
I am Andrea from Italy.

ToDay I have download this script http://www.codeproject.com/asp/xml_messageboard.asp
and I have trouble.

I f I place html code in this page before the asp script, it return with strange simbol:

<%@ Language=VBScript %>

<%
' View Message

' prevent page caching

Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "no-cache"
Response.Expires = -1

xslpath = Server.mappath("viewmessage.xsl") '"d:\InetPub\wwwroot\XMLmessageboard\messageboard.xsl"
xmlpath = Application("xmlpath")

Set id = Request.QueryString("id")
set xdoc = Application("xdoc")
set xsldoc = Server.CreateObject("MSXML2.FreeThreadedDOMDocument")

'load up XSL doc and perform transformations

xsldoc.async = false
xsldoc.load(xslpath)

set xsltemp = Server.createObject("MSXML2.XSLTemplate")
xsltemp.stylesheet=xsldoc

set xslproc = xsltemp.createProcessor
xslproc.input=xdoc.nodeFromID(id)
xslproc.output=Response

' parameter for message group

xslproc.addParameter "msgid",CStr(id)
xslproc.transform()

%>

why ?
Thanks,

Andrea
AnswerRe: XML MessageBoard Pin
Geo Pa4-May-07 8:07
Geo Pa4-May-07 8:07 
GeneralRe: XML MessageBoard Pin
AndreaTheDove4-May-07 9:14
AndreaTheDove4-May-07 9:14 
GeneralRe: XML MessageBoard Pin
Geo Pa4-May-07 9:33
Geo Pa4-May-07 9:33 
GeneralRe: XML MessageBoard Pin
AndreaTheDove4-May-07 9:45
AndreaTheDove4-May-07 9:45 
GeneralRe: XML MessageBoard Pin
Geo Pa4-May-07 9:58
Geo Pa4-May-07 9:58 
GeneralRe: XML MessageBoard Pin
AndreaTheDove4-May-07 10:08
AndreaTheDove4-May-07 10:08 
GeneralRe: XML MessageBoard Pin
AndreaTheDove4-May-07 21:23
AndreaTheDove4-May-07 21:23 
GeneralRe: XML MessageBoard Pin
Geo Pa5-May-07 4:33
Geo Pa5-May-07 4:33 
GeneralRe: XML MessageBoard Pin
AndreaTheDove5-May-07 5:11
AndreaTheDove5-May-07 5:11 
GeneralRe: XML MessageBoard Pin
Geo Pa5-May-07 6:03
Geo Pa5-May-07 6:03 
GeneralRe: XML MessageBoard Pin
AndreaTheDove5-May-07 6:06
AndreaTheDove5-May-07 6:06 
QuestionReading and writing to an xml document Pin
steve_rm4-May-07 7:02
steve_rm4-May-07 7:02 
AnswerRe: Reading and writing to an xml document Pin
led mike4-May-07 16:56
led mike4-May-07 16:56 
QuestionXML into DB webservice Pin
ukfrosty4-May-07 4:57
ukfrosty4-May-07 4:57 
AnswerRe: XML into DB webservice Pin
led mike4-May-07 17:02
led mike4-May-07 17:02 
Questionfile vsdisco doesn't come up Pin
hariyani3-May-07 19:27
hariyani3-May-07 19:27 
AnswerRe: Parent Node of Selected Text Pin
sathesh pandian28-Jun-07 1:37
sathesh pandian28-Jun-07 1:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.