Click here to Skip to main content
15,893,508 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionTyped DataSet and XML Pin
Etienne_12328-May-09 10:23
Etienne_12328-May-09 10:23 
QuestionRe: Typed DataSet and XML Pin
George L. Jackson1-Jun-09 8:16
George L. Jackson1-Jun-09 8:16 
QuestionConvert an XmlDocument to an XmlDocument using XSL Pin
Russell Jones27-May-09 4:20
Russell Jones27-May-09 4:20 
AnswerRe: Convert an XmlDocument to an XmlDocument using XSL Pin
led mike27-May-09 5:21
led mike27-May-09 5:21 
Questionhow select and update delete data form xml Pin
Suhail Ali26-May-09 13:59
Suhail Ali26-May-09 13:59 
QuestionHELP...Transforming Basic XML Tree Menu to HTML Pin
Salvatore Conti Jr26-May-09 8:19
Salvatore Conti Jr26-May-09 8:19 
AnswerRe: HELP...Transforming Basic XML Tree Menu to HTML Pin
led mike27-May-09 7:36
led mike27-May-09 7:36 
QuestionOutput not obtained Pin
Fadi Yoosuf26-May-09 5:33
Fadi Yoosuf26-May-09 5:33 
Hi...

when I apply xsl transformation, no output is obtained. Can anyone help me?

My xml file is
---------------------
<?xml version="1.0" encoding="utf-8"?>
<Data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<MySpace>Testing</MySpace>
</Data>
---------------------

My xslt file is
-----------------------
<?xml version="1.0" encoding="ISO-8859-1"?>

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:output method="text" indent="yes"/>

<xsl:template match="/">
<value-of select="MySpace"/>
</xsl:template>
</xsl:stylesheet>
-----------------------

Thanks

Fadi
AnswerRe: Output not obtained Pin
led mike27-May-09 7:37
led mike27-May-09 7:37 
GeneralRe: Output not obtained Pin
Fadi Yoosuf27-May-09 21:41
Fadi Yoosuf27-May-09 21:41 
GeneralRe: Output not obtained Pin
led mike28-May-09 5:01
led mike28-May-09 5:01 
GeneralRe: Output not obtained Pin
Fadi Yoosuf28-May-09 22:56
Fadi Yoosuf28-May-09 22:56 
GeneralRe: Output not obtained Pin
Fadi Yoosuf29-May-09 21:39
Fadi Yoosuf29-May-09 21:39 
GeneralRe: Output not obtained Pin
led mike1-Jun-09 10:37
led mike1-Jun-09 10:37 
AnswerRe: Output not obtained [modified] Pin
George L. Jackson1-Jun-09 7:21
George L. Jackson1-Jun-09 7:21 
GeneralRe: Output not obtained Pin
Fadi Yoosuf1-Jun-09 22:39
Fadi Yoosuf1-Jun-09 22:39 
QuestionASP.NET : Get Attribute Value from XML Pin
Vijay Jadhav, India.25-May-09 23:36
Vijay Jadhav, India.25-May-09 23:36 
AnswerRe: ASP.NET : Get Attribute Value from XML Pin
Vijay Jadhav, India.26-May-09 3:59
Vijay Jadhav, India.26-May-09 3:59 
QuestionRender the custom server side control using XSL Pin
Brij25-May-09 19:08
mentorBrij25-May-09 19:08 
QuestionPrint XSLT? Pin
notarry24-May-09 23:24
notarry24-May-09 23:24 
AnswerRe: Print XSLT? I want to print XSLT(HTML and PDF) file. Pin
adatapost26-May-09 1:38
adatapost26-May-09 1:38 
AnswerRe: Print XSLT? Pin
notarry27-May-09 16:06
notarry27-May-09 16:06 
QuestionReading XML Pin
M_Aurelius23-May-09 22:20
M_Aurelius23-May-09 22:20 
AnswerRe: Reading XML Pin
harold aptroot23-May-09 23:46
harold aptroot23-May-09 23:46 
QuestionHelp for newbie Pin
Konstantin Yazvinski21-May-09 12:28
Konstantin Yazvinski21-May-09 12:28 

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.