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

XML / XSL

 
QuestionProblems with converting large .csv files to xml... Pin
tiasoft2-Sep-07 20:41
tiasoft2-Sep-07 20:41 
QuestionProblem in displaying the names of XML nodes Pin
Rocky#31-Aug-07 0:20
Rocky#31-Aug-07 0:20 
AnswerRe: Problem in displaying the names of XML nodes Pin
George L. Jackson31-Aug-07 10:52
George L. Jackson31-Aug-07 10:52 
GeneralRe: Problem in displaying the names of XML nodes Pin
Rocky#2-Sep-07 20:29
Rocky#2-Sep-07 20:29 
GeneralRe: Problem in displaying the names of XML nodes Pin
George L. Jackson3-Sep-07 4:39
George L. Jackson3-Sep-07 4:39 
GeneralRe: Problem in displaying the names of XML nodes Pin
Rocky#3-Sep-07 19:11
Rocky#3-Sep-07 19:11 
AnswerRe: Problem in displaying the names of XML nodes Pin
George L. Jackson31-Aug-07 11:41
George L. Jackson31-Aug-07 11:41 
QuestionHow to add xml-Stylesheet line to xml-file? [modified] Pin
error140830-Aug-07 4:41
error140830-Aug-07 4:41 
Hi,

i'd would like to add that line <?xml-stylesheet type=\"text/xsl\" href=\"{0}\"?>
to my xml file using the xmlDocument-Class but i don't know how? Atm i use the following code
using (XmlWriter writer = XmlWriter.Create(FullFilePath, settings))
                {
                    //Add Stylesheet
                    writer.WriteRaw(string.Format("<?xml-stylesheet type=\"text/xsl\" href=\"{0}\"?>", Globals.StylesheetXSL));
                    //write root Element
                    writer.WriteStartElement("root");
                    writer.WriteEndElement();
                    writer.Flush();
                    writer.Close();
                }



-- modified at 10:49 Thursday 30th August, 2007
AnswerRe: How to add xml-Stylesheet line to xml-file? Pin
led mike30-Aug-07 5:06
led mike30-Aug-07 5:06 
GeneralRe: How to add xml-Stylesheet line to xml-file? Pin
error140830-Aug-07 5:09
error140830-Aug-07 5:09 
GeneralRe: How to add xml-Stylesheet line to xml-file? Pin
led mike30-Aug-07 5:20
led mike30-Aug-07 5:20 
GeneralRe: How to add xml-Stylesheet line to xml-file? Pin
error140830-Aug-07 5:23
error140830-Aug-07 5:23 
GeneralRe: How to add xml-Stylesheet line to xml-file? Pin
led mike30-Aug-07 6:02
led mike30-Aug-07 6:02 
GeneralRe: How to add xml-Stylesheet line to xml-file? Pin
error140830-Aug-07 7:43
error140830-Aug-07 7:43 
GeneralRe: How to add xml-Stylesheet line to xml-file? Pin
George L. Jackson30-Aug-07 8:24
George L. Jackson30-Aug-07 8:24 
GeneralRe: How to add xml-Stylesheet line to xml-file? Pin
led mike30-Aug-07 10:02
led mike30-Aug-07 10:02 
QuestionGeneration of inline code in ASP.NET by XSL [modified] Pin
Wild Rover29-Aug-07 1:41
Wild Rover29-Aug-07 1:41 
AnswerRe: Generation of inline code in ASP.NET by XSL Pin
George L. Jackson29-Aug-07 12:32
George L. Jackson29-Aug-07 12:32 
GeneralRe: Generation of inline code in ASP.NET by XSL Pin
Wild Rover29-Aug-07 20:45
Wild Rover29-Aug-07 20:45 
GeneralRe: Generation of inline code in ASP.NET by XSL Pin
George L. Jackson29-Aug-07 23:50
George L. Jackson29-Aug-07 23:50 
GeneralRe: Generation of inline code in ASP.NET by XSL Pin
Wild Rover29-Aug-07 23:58
Wild Rover29-Aug-07 23:58 
Questionxml document and xpath Pin
Keshav V. Kamat29-Aug-07 0:10
Keshav V. Kamat29-Aug-07 0:10 
AnswerRe: xml document and xpath Pin
George L. Jackson29-Aug-07 12:23
George L. Jackson29-Aug-07 12:23 
QuestionXML Tags Pin
T4AMD28-Aug-07 13:25
T4AMD28-Aug-07 13:25 
AnswerRe: XML Tags Pin
George L. Jackson28-Aug-07 13:49
George L. Jackson28-Aug-07 13:49 

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.