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

XML / XSL

 
QuestionFaster Reporting Solution or XSLT Replacement Pin
hiraljv8-Aug-06 22:52
hiraljv8-Aug-06 22:52 
AnswerRe: Faster Reporting Solution or XSLT Replacement Pin
led mike10-Aug-06 6:47
led mike10-Aug-06 6:47 
Questionatributes Pin
biaali8-Aug-06 21:13
biaali8-Aug-06 21:13 
AnswerRe: atributes Pin
Rizwan Bashir8-Aug-06 21:22
Rizwan Bashir8-Aug-06 21:22 
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 
I have an existing application I'm trying to support, and am having some troubles. I'm not too familiar with XML/XSL. Here's the situation.

I am trying to put a value from a querystring into a hidden form element using xsl. where the url is object.asp?candidateID=285

there is an asp file that looks like it creates the xml file. Inside that file there is this code:

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

I'm assuming this creates an xml object somewhere that I can reference.

Inside my xsl file I am trying to reference it this way:



But it is not returning a value.

Any help on this would be greatly appreciated. It's driving me nuts...
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 
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 

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.