Click here to Skip to main content
15,900,906 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: SAX in C# Pin
Jeremy Kimball17-Mar-04 8:09
Jeremy Kimball17-Mar-04 8:09 
GeneralUser Controls & XSLT Pin
Andrew Porter8-Mar-04 4:01
Andrew Porter8-Mar-04 4:01 
GeneralXML Save Hanging Pin
Shenthil8-Mar-04 3:02
Shenthil8-Mar-04 3:02 
Questionhow to use xsl file in vc++ resources Pin
mahesh.mundra7-Mar-04 22:29
mahesh.mundra7-Mar-04 22:29 
AnswerRe: how to use xsl file in vc++ resources Pin
Lee Fuller8-Mar-04 4:30
Lee Fuller8-Mar-04 4:30 
Generaltransformation problem in win2000 Pin
mahesh.mundra7-Mar-04 22:24
mahesh.mundra7-Mar-04 22:24 
GeneralXSLT for XML attributes Pin
act_x7-Mar-04 8:39
act_x7-Mar-04 8:39 
GeneralRe: XSLT for XML attributes Pin
boogs7-Mar-04 20:33
boogs7-Mar-04 20:33 
I have found that a lot of XSLT beginners have this same question. You need the "@" symbol (get it? "at"-symbol for "attributes"??).

eg:

<br />
<xsl:template match="A"><br />
  Section: <xsl:value-of select="@Section" /><br />
  Size: <xsl:value-of select="B/@Size" /><br />
  Data: <xsl:value-of select="B/@Data" /><br />
</xsl:template><br />


youngpup.net
GeneralRe: XSLT for XML attributes Pin
Jiten_Soni29-Mar-04 2:07
Jiten_Soni29-Mar-04 2:07 
GeneralXslt debugger tools recognize &lt;msxsl:script&gt; Pin
Firas Rashid7-Mar-04 0:25
Firas Rashid7-Mar-04 0:25 
Questiongetting start and end text in a node? Pin
Roger Alsing6-Mar-04 9:58
Roger Alsing6-Mar-04 9:58 
AnswerRe: getting start and end text in a node? Pin
Philip Fitzsimons9-Mar-04 6:18
Philip Fitzsimons9-Mar-04 6:18 
Generalquick perl question Pin
AdventureBoy5-Mar-04 6:56
AdventureBoy5-Mar-04 6:56 
GeneralRe: quick perl question Pin
Michael Dunn6-Mar-04 17:36
sitebuilderMichael Dunn6-Mar-04 17:36 
GeneralXML/XSL Project Pin
Ratnakar Pedagani4-Mar-04 11:25
Ratnakar Pedagani4-Mar-04 11:25 
GeneralHelp me to get best XML Parser. Pin
.NetRams2-Mar-04 19:17
.NetRams2-Mar-04 19:17 
GeneralRe: Help me to get best XML Parser. Pin
ian mariano3-Mar-04 10:56
ian mariano3-Mar-04 10:56 
GeneralXML schema for VBProj files Pin
Priyananda1-Mar-04 21:16
Priyananda1-Mar-04 21:16 
GeneralTutorial. Pin
Prakash Nadar1-Mar-04 5:19
Prakash Nadar1-Mar-04 5:19 
GeneralRe: Tutorial. Pin
Nick Parker1-Mar-04 9:44
protectorNick Parker1-Mar-04 9:44 
GeneralRe: Tutorial. Pin
ssm12268-Mar-04 16:04
ssm12268-Mar-04 16:04 
Generalto retreive value of a specific attribute Pin
Dpriya1-Mar-04 1:42
Dpriya1-Mar-04 1:42 
Generalpassword protect an xml file Pin
mahesh_chikoo25-Feb-04 2:59
mahesh_chikoo25-Feb-04 2:59 
GeneralRe: password protect an xml file Pin
Clickok25-Feb-04 15:07
Clickok25-Feb-04 15:07 
GeneralMSXML: troubles with &quot;insertBefore&quot; in Microsoft Visual C++ Pin
Bash24-Feb-04 23:19
Bash24-Feb-04 23:19 

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.