Click here to Skip to main content
15,905,323 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionXML Xpath Xquery Pin
Capatain galaxy20-Jan-07 9:59
Capatain galaxy20-Jan-07 9:59 
AnswerRe: XML Xpath Xquery Pin
Dustin Metzgar22-Jan-07 5:18
Dustin Metzgar22-Jan-07 5:18 
QuestionVB.NET | XML Namespace parsing issues Pin
cdnhype19-Jan-07 8:37
cdnhype19-Jan-07 8:37 
AnswerRe: VB.NET | XML Namespace parsing issues Pin
Dustin Metzgar19-Jan-07 8:51
Dustin Metzgar19-Jan-07 8:51 
GeneralRe: VB.NET | XML Namespace parsing issues Pin
cdnhype19-Jan-07 8:53
cdnhype19-Jan-07 8:53 
AnswerRe: VB.NET | XML Namespace parsing issues Pin
Stefan Troschuetz19-Jan-07 8:59
Stefan Troschuetz19-Jan-07 8:59 
GeneralRe: VB.NET | XML Namespace parsing issues Pin
cdnhype19-Jan-07 9:02
cdnhype19-Jan-07 9:02 
AnswerRe: VB.NET | XML Namespace parsing issues Pin
cdnhype19-Jan-07 9:14
cdnhype19-Jan-07 9:14 
I got it working now!!!

Heres is what I needed to change in the XSL:


<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:t="urn:ahw:itemlist"
exclude-result-prefixes="t">
<xsl:template match="t:itemlist">
<TABLE BORDER="2">
<TR>
<TD>Display Name</TD>
<TD>Name</TD>
</TR>
<xsl:for-each select="t:item">
<TR>
<TD><xsl:value-of select="@friendly-name"/></TD>
<TD><xsl:value-of select="@name"/></TD>
</TR>
</xsl:for-each>
</TABLE>
</xsl:template>
</xsl:stylesheet>
GeneralRe: VB.NET | XML Namespace parsing issues Pin
Stefan Troschuetz19-Jan-07 9:20
Stefan Troschuetz19-Jan-07 9:20 
QuestionAbout Xml usage in Flash Pin
siddharthsan18-Jan-07 22:55
siddharthsan18-Jan-07 22:55 
Questionhow to display XML document in the Standard RSS 2.0 format Pin
yogita charhate18-Jan-07 18:44
yogita charhate18-Jan-07 18:44 
QuestionXML? Pin
Rahithi18-Jan-07 6:07
Rahithi18-Jan-07 6:07 
AnswerRe: XML? Pin
George L. Jackson18-Jan-07 12:45
George L. Jackson18-Jan-07 12:45 
GeneralRe: XML? Pin
Rahithi18-Jan-07 13:36
Rahithi18-Jan-07 13:36 
GeneralRe: XML? Pin
George L. Jackson18-Jan-07 13:50
George L. Jackson18-Jan-07 13:50 
GeneralRe: XML? Pin
Rahithi18-Jan-07 15:05
Rahithi18-Jan-07 15:05 
GeneralRe: XML? Pin
shakhtyor20-Jan-07 16:03
shakhtyor20-Jan-07 16:03 
GeneralRe: XML? Pin
Rahithi20-Jan-07 17:49
Rahithi20-Jan-07 17:49 
GeneralRe: XML? Pin
shakhtyor20-Jan-07 20:37
shakhtyor20-Jan-07 20:37 
GeneralRe: XML? Pin
Rahithi21-Jan-07 4:06
Rahithi21-Jan-07 4:06 
QuestionXSL general question Pin
picazo17-Jan-07 11:49
picazo17-Jan-07 11:49 
AnswerRe: XSL general question Pin
led mike18-Jan-07 5:12
led mike18-Jan-07 5:12 
AnswerRe: XSL general question Pin
Dustin Metzgar18-Jan-07 7:08
Dustin Metzgar18-Jan-07 7:08 
GeneralAdvice on Standard Message Wrapper Pin
Brady Kelly17-Jan-07 2:02
Brady Kelly17-Jan-07 2:02 
GeneralRe: Advice on Standard Message Wrapper Pin
Stefan Troschuetz17-Jan-07 4:26
Stefan Troschuetz17-Jan-07 4:26 

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.