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

XML / XSL

 
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 
AnswerRe: xsl help Pin
Dustin Metzgar10-Aug-06 6:24
Dustin Metzgar10-Aug-06 6:24 
The XSL is not going to be able to read that. You should try something like:
<input type="hidden" name="candidateID">
   <xsl:attribute name="value">
      <xsl:value-of select="@candidateID" />
   </xsl:attribute>
</input>




Logifusion[^]
If not entertaining, write your Congressman.
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 
GeneralRe: 1st stab at xsl Pin
Malcolm Smart4-Aug-06 4:39
Malcolm Smart4-Aug-06 4: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.