Click here to Skip to main content
15,909,953 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: How to decide between XSLFO and CSS Pin
A.Prasad21-Jan-05 22:09
A.Prasad21-Jan-05 22:09 
QuestionCan we serialize an array of Objects in .Net? Pin
APradosh13-Jan-05 1:12
APradosh13-Jan-05 1:12 
AnswerRe: Can we serialize an array of Objects in .Net? Pin
DavidNohejl13-Jan-05 8:34
DavidNohejl13-Jan-05 8:34 
GeneralEncounter error in XML Pin
Gregg Holter12-Jan-05 21:55
Gregg Holter12-Jan-05 21:55 
GeneralRe: Encounter error in XML Pin
DavidNohejl14-Jan-05 12:15
DavidNohejl14-Jan-05 12:15 
GeneralRe: Encounter error in XML Pin
Gregg Holter14-Jan-05 17:11
Gregg Holter14-Jan-05 17:11 
GeneralRe: Converting XML to STRING Pin
Gregg Holter12-Jan-05 19:25
Gregg Holter12-Jan-05 19:25 
GeneralRe: Converting XML to STRING Pin
DavidNohejl13-Jan-05 8:53
DavidNohejl13-Jan-05 8:53 
hmmm. Could you delete your next "posts"? I mean you should MODIFY this one, not to post it again. If you didn't notice, there is magical "modify" link that allows you to edit your post. "delete" is right next to it Wink | ;) Thank you.

As for your question... How do you want output to look like? If you have XML file and you want to have string with ALL markup, simple solution is to load it with System.IO.TextReader.
If you want to get only "Dan Brown", you should use classes from System.XmlNamespace. You can use XmlTextReader (similar way as TextReader, bt it reads XML nodes not characters or lines like TextReader) or XmlDocument (easy - it has Load(filename) method). To get "Dan Brown" text, you have to read <Author> element - with XmlTextReader use
this link cuz I just realized that I have lot of work now... sorry[^]

best regards,
David 'DNH' Nohejl

Never forget: "Stay kul and happy" (I.A.)
GeneralRe: Converting XML to STRING Pin
Gregg Holter13-Jan-05 15:27
Gregg Holter13-Jan-05 15:27 
GeneralStraight forward text or site Pin
Anonymous12-Jan-05 13:46
Anonymous12-Jan-05 13:46 
GeneralRe: Straight forward text or site Pin
mysorian14-Jan-05 11:17
professionalmysorian14-Jan-05 11:17 
GeneralGetting inner Xml values C# Pin
Sylesh11-Jan-05 10:18
Sylesh11-Jan-05 10:18 
GeneralRe: Getting inner Xml values C# Pin
DavidNohejl11-Jan-05 22:29
DavidNohejl11-Jan-05 22:29 
GeneralRe: Getting inner Xml values C# Pin
Sylesh12-Jan-05 8:28
Sylesh12-Jan-05 8:28 
GeneralRe: Getting inner Xml values C# Pin
DavidNohejl12-Jan-05 9:51
DavidNohejl12-Jan-05 9:51 
Generallink in xsl Pin
x-trate10-Jan-05 6:04
x-trate10-Jan-05 6:04 
GeneralRe: link in xsl Pin
DavidNohejl10-Jan-05 8:22
DavidNohejl10-Jan-05 8:22 
GeneralHelp with XML Pin
dotnetquery9-Jan-05 18:07
dotnetquery9-Jan-05 18:07 
GeneralWebservices Pin
rgoyal7-Jan-05 18:21
rgoyal7-Jan-05 18:21 
GeneralUsing XML to develop portal. Pin
ruthra30-Dec-04 21:22
ruthra30-Dec-04 21:22 
GeneralRe: Using XML to develop portal. Pin
DavidNohejl31-Dec-04 0:48
DavidNohejl31-Dec-04 0:48 
Generala little OT: SVGViewer and WinXP SP2 Pin
fuel2run29-Dec-04 22:04
fuel2run29-Dec-04 22:04 
GeneralWebservice question Pin
steve_rm29-Dec-04 5:12
steve_rm29-Dec-04 5:12 
GeneralRe: Webservice question Pin
Javier Lozano1-Jan-05 13:57
Javier Lozano1-Jan-05 13:57 
GeneralRead any Xml schema file and write it on a xml file with data's automatically written according to their appropriate datatypes using c# Pin
dhol28-Dec-04 23:53
dhol28-Dec-04 23:53 

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.