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

XML / XSL

 
Generalresolving external data... Pin
theJazzyBrain29-Sep-04 23:54
theJazzyBrain29-Sep-04 23:54 
GeneralXML Serialization problem Pin
Member 95766529-Sep-04 12:30
Member 95766529-Sep-04 12:30 
GeneralMS-SOAP TK & SSL/HTTPS problem Pin
Nirav Doshi28-Sep-04 6:45
Nirav Doshi28-Sep-04 6:45 
GeneralRe: MS-SOAP TK & SSL/HTTPS problem Pin
eduardo.s.ferreira15-Nov-09 9:40
eduardo.s.ferreira15-Nov-09 9:40 
GeneralXPath expression not working in xslt stylesheet Pin
suzyb28-Sep-04 2:36
suzyb28-Sep-04 2:36 
GeneralRe: XPath expression not working in xslt stylesheet Pin
Member 95766529-Sep-04 12:36
Member 95766529-Sep-04 12:36 
GeneralRe: XPath expression not working in xslt stylesheet Pin
Member 95766529-Sep-04 12:41
Member 95766529-Sep-04 12:41 
GeneralRe: XPath expression not working in xslt stylesheet Pin
Member 95766529-Sep-04 12:41
Member 95766529-Sep-04 12:41 
You have to use

<xsl:value-of select="Products/DTA/name"/>

If you like test for the existence of the node

<xsl:if test="string-length(Products/DTA/name)>0">
<xsl:value-of select="Products/DTA/name"/>
</xsl:if>

Raj
GeneralXSLT refererring attributes Pin
hatim_ali23-Sep-04 22:06
hatim_ali23-Sep-04 22:06 
GeneralXML Date type Pin
AndyCheetham22-Sep-04 6:57
AndyCheetham22-Sep-04 6:57 
GeneralExcel XSL Problems. Pin
Chris Quick21-Sep-04 11:11
Chris Quick21-Sep-04 11:11 
Generalto get a url with MSXML2.ServerXMLHTTP an encoding problem Pin
karanba16-Sep-04 5:12
karanba16-Sep-04 5:12 
Generalxaml and generics Pin
Marc Clifton13-Sep-04 8:02
mvaMarc Clifton13-Sep-04 8:02 
GeneralXML schemas for begginers! Pin
AndyCheetham13-Sep-04 6:38
AndyCheetham13-Sep-04 6:38 
GeneralRe: XML schemas for begginers! Pin
Marc Clifton13-Sep-04 7:59
mvaMarc Clifton13-Sep-04 7:59 
GeneralLoading XML into Tree Pin
Aisha Ikram13-Sep-04 0:56
Aisha Ikram13-Sep-04 0:56 
GeneralRe: Loading XML into Tree Pin
Erik Rydgren22-Sep-04 22:00
Erik Rydgren22-Sep-04 22:00 
GeneralRe: Loading XML into Tree Pin
liyang yu28-Sep-04 10:37
liyang yu28-Sep-04 10:37 
QuestionHow do you create a WSDL document Pin
Scott Elder10-Sep-04 11:26
Scott Elder10-Sep-04 11:26 
AnswerRe: How do you create a WSDL document Pin
Scott Elder13-Sep-04 5:54
Scott Elder13-Sep-04 5:54 
GeneralxAML Pin
sreejith ss nair9-Sep-04 23:44
sreejith ss nair9-Sep-04 23:44 
GeneralXML NamespaceURI Issue Pin
Jason Stamp8-Sep-04 23:41
Jason Stamp8-Sep-04 23:41 
GeneralNew TeleMessage Multi-Alert XML API Pin
TeleMessage Multi-Alert6-Sep-04 4:05
TeleMessage Multi-Alert6-Sep-04 4:05 
GeneralDynamic Help - XML Tags Pin
Christo Van Niekerk6-Sep-04 3:16
Christo Van Niekerk6-Sep-04 3:16 
GeneralI have a problem,creating xslt instructions Pin
teo_x5-Sep-04 22:37
teo_x5-Sep-04 22:37 

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.