Click here to Skip to main content
15,902,635 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: atributes Pin
biaali8-Aug-06 21:24
biaali8-Aug-06 21:24 
GeneralRe: atributes Pin
Rizwan Bashir15-Aug-06 3:45
Rizwan Bashir15-Aug-06 3:45 
QuestionRe: atributes Pin
biaali8-Aug-06 21:33
biaali8-Aug-06 21:33 
Questionxsl help Pin
aepalmer218-Aug-06 20:40
aepalmer218-Aug-06 20:40 
AnswerRe: xsl help Pin
Dustin Metzgar10-Aug-06 6:24
Dustin Metzgar10-Aug-06 6:24 
QuestionRe: xsl help Pin
aepalmer2110-Aug-06 7:38
aepalmer2110-Aug-06 7:38 
AnswerRe: xsl help Pin
Dustin Metzgar10-Aug-06 7:52
Dustin Metzgar10-Aug-06 7:52 
QuestionRe: xsl help Pin
aepalmer2110-Aug-06 8:00
aepalmer2110-Aug-06 8:00 
the xml looks like this:


- <survey id="DFSCRFKPY5dAM4UJAIP1" style="/adeptiv/survey/assets/templates/none.xsl">
<name>Test2
<description>
- <questions>
<question id="a3eDT0NR7ZcYYKRNQ05d" type="field" number="1" depth="1" required="false" value="How old are you" answer="">
- <question id="FNDL0YhGVg5aK3PZdOb6" type="pulldown" number="2" depth="1" required="false" value="Where do you live" answer="">
PA
VT

- <question id="X2M7aO1D4b1RMcSXWQB4" type="radio" number="3" depth="1" required="false" value="how important is Apple Pie?" answer="">
1
2
3
4
5




So I don't even see the candidateID in there.

The xml is being generated by and asp page. which contains this code:

set selection = xmlDoc.selectSingleNode(path)
if typename(selection) <> "Nothing" then
style = selection.text
set xslDoc = load(style)

xsltDoc.stylesheet = xslDoc
set proc = xsltDoc.createProcessor()
proc.input = xmlDoc

for each item in request.queryString
proc.addParameter cstr(item), cstr(request.queryString(item))
next

for each item in request.form
proc.addParameter cstr(item), cstr(request.form(item))
next

for each item in request.serverVariables
proc.addParameter cstr(lcase(item)), cstr(request.serverVariables(item))
next

I was thinking because it looks like it loops through the query string, it should be creating something in the xml that I could reference. I just don't see it.

Thanks so much for looking at this!
AnswerRe: xsl help Pin
Dustin Metzgar10-Aug-06 8:22
Dustin Metzgar10-Aug-06 8:22 
GeneralRe: xsl help Pin
aepalmer2110-Aug-06 8:36
aepalmer2110-Aug-06 8:36 
QuestionDynamic controls using xml file Pin
sun25258-Aug-06 6:35
sun25258-Aug-06 6:35 
QuestionHTML Table in XML Comment ? Pin
Ariston Darmayuda8-Aug-06 6:32
Ariston Darmayuda8-Aug-06 6:32 
AnswerRe: HTML Table in XML Comment ? Pin
Dustin Metzgar8-Aug-06 6:56
Dustin Metzgar8-Aug-06 6:56 
QuestionXML Parsing and XPath [modified] Pin
bemahesh8-Aug-06 4:22
bemahesh8-Aug-06 4:22 
QuestionApplying conditions in XSD Pin
azam3167-Aug-06 1:57
azam3167-Aug-06 1:57 
Questionxhtml 1.0 transitional / javascript enabled? Pin
matthias s.4-Aug-06 13:02
matthias s.4-Aug-06 13:02 
AnswerRe: xhtml 1.0 transitional / javascript enabled? Pin
eggie55-Aug-06 21:09
eggie55-Aug-06 21:09 
GeneralRe: xhtml 1.0 transitional / javascript enabled? Pin
matthias s.6-Aug-06 1:38
matthias s.6-Aug-06 1:38 
Question1st stab at xsl Pin
Malcolm Smart4-Aug-06 2:10
Malcolm Smart4-Aug-06 2:10 
AnswerRe: 1st stab at xsl Pin
Malcolm Smart4-Aug-06 3:20
Malcolm Smart4-Aug-06 3:20 
GeneralRe: 1st stab at xsl Pin
Dustin Metzgar4-Aug-06 4:21
Dustin Metzgar4-Aug-06 4:21 
GeneralRe: 1st stab at xsl Pin
Malcolm Smart4-Aug-06 4:39
Malcolm Smart4-Aug-06 4:39 
GeneralRe: 1st stab at xsl Pin
Dustin Metzgar4-Aug-06 5:13
Dustin Metzgar4-Aug-06 5:13 
GeneralRe: 1st stab at xsl Pin
Malcolm Smart4-Aug-06 5:33
Malcolm Smart4-Aug-06 5:33 
GeneralRe: 1st stab at xsl Pin
Malcolm Smart4-Aug-06 5:39
Malcolm Smart4-Aug-06 5:39 

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.