Click here to Skip to main content
15,913,685 members
Home / Discussions / XML / XSL
   

XML / XSL

 
Questionproblem with conversion of excel to xml Pin
yeswanthtanamala16-Sep-05 0:40
yeswanthtanamala16-Sep-05 0:40 
QuestionSQL with XML Pin
Chetan Ranpariya14-Sep-05 23:13
Chetan Ranpariya14-Sep-05 23:13 
QuestionDisplaying DataGrid XML as HTML Pin
djt7314-Sep-05 19:25
djt7314-Sep-05 19:25 
QuestionProblem editing the SPThemes.xml File Pin
Andrew Porter13-Sep-05 4:26
Andrew Porter13-Sep-05 4:26 
AnswerRe: Problem editing the SPThemes.xml File Pin
Andrew Porter13-Sep-05 4:41
Andrew Porter13-Sep-05 4:41 
QuestionHow to create different IPC channels in both client and server configuration files Pin
SongDog12-Sep-05 19:22
SongDog12-Sep-05 19:22 
QuestionXML as input to a print engine. Pin
mcgahanfl12-Sep-05 5:42
mcgahanfl12-Sep-05 5:42 
QuestionLoad XML without root node Pin
10-Sep-05 21:06
suss10-Sep-05 21:06 
Hi,

Using the XmlDocument class, when i try to load a xml file that doesn't contain the root node, only the '?xml version="1.0" encoding="utf-8"?' tag, i get an error.

I load the file like this:

XmlDocument doc = new XmlDocument();
doc.Load(@"C:\Myfile.xml");

Should XmlDocument class be used to open files with an existing root node?
AnswerRe: Load XML without root node Pin
DavidNohejl11-Sep-05 1:28
DavidNohejl11-Sep-05 1:28 
Generalwhy U can't answer this Pin
logicaldna8-Sep-05 19:03
logicaldna8-Sep-05 19:03 
GeneralRe: why U can't answer this Pin
Christian Graus11-Sep-05 17:52
protectorChristian Graus11-Sep-05 17:52 
QuestionXML encryption Pin
Donnie138-Sep-05 10:59
Donnie138-Sep-05 10:59 
AnswerRe: XML encryption Pin
A.A.11-Sep-05 17:35
A.A.11-Sep-05 17:35 
Questionhelp with Xml stylesheets Pin
jjburka7-Sep-05 3:55
jjburka7-Sep-05 3:55 
QuestionCreating Nodes Pin
6-Sep-05 16:53
suss6-Sep-05 16:53 
AnswerRe: Creating Nodes Pin
Christian Graus6-Sep-05 16:57
protectorChristian Graus6-Sep-05 16:57 
GeneralRe: Creating Nodes Pin
Heinz_6-Sep-05 17:13
Heinz_6-Sep-05 17:13 
GeneralRe: Creating Nodes Pin
Christian Graus6-Sep-05 17:27
protectorChristian Graus6-Sep-05 17:27 
GeneralRe: Creating Nodes Pin
Heinz_8-Sep-05 13:43
Heinz_8-Sep-05 13:43 
QuestionHow Many Root Nodes? Pin
Heinz_6-Sep-05 12:30
Heinz_6-Sep-05 12:30 
AnswerRe: How Many Root Nodes? Pin
Christian Graus6-Sep-05 13:12
protectorChristian Graus6-Sep-05 13:12 
GeneralRe: How Many Root Nodes? Pin
LiquidE_SA18-Sep-05 11:21
LiquidE_SA18-Sep-05 11:21 
AnswerRe: How Many Root Nodes? Pin
DavidNohejl18-Sep-05 14:48
DavidNohejl18-Sep-05 14:48 
QuestionIXMLDOMDocument Save Method Pin
Edward Abrahim6-Sep-05 10:30
Edward Abrahim6-Sep-05 10:30 
Questionwhat's xml payload? Pin
HeartFriend3-Sep-05 1:08
HeartFriend3-Sep-05 1:08 

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.