Click here to Skip to main content
15,911,848 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionRe: how to write xml in C#.net Pin
anumadhu30-Jul-07 2:04
anumadhu30-Jul-07 2:04 
AnswerRe: how to write xml in C#.net Pin
Stefan Troschuetz30-Jul-07 3:43
Stefan Troschuetz30-Jul-07 3:43 
GeneralRe: how to write xml in C#.net Pin
anumadhu30-Jul-07 21:03
anumadhu30-Jul-07 21:03 
Questionhow to connect xml file to tally Pin
v.surendrakumar29-Jul-07 21:19
v.surendrakumar29-Jul-07 21:19 
QuestionXml WellFormedness error Pin
Abhi Manav29-Jul-07 14:39
Abhi Manav29-Jul-07 14:39 
AnswerRe: Xml WellFormedness error Pin
DavidNohejl29-Jul-07 21:31
DavidNohejl29-Jul-07 21:31 
GeneralRe: Xml WellFormedness error Pin
Abhi Manav30-Jul-07 7:38
Abhi Manav30-Jul-07 7:38 
GeneralRe: Xml WellFormedness error Pin
Stefan Troschuetz30-Jul-07 21:59
Stefan Troschuetz30-Jul-07 21:59 
I've never seen a parser that deals with the non-wellformed XML in a way other than throwing an exception or returning an error. The syntactic wellformedness is at the very heart of XML and if your client continues to produce XML that is not wellformed he and his partners will have many problems processing these documents.
Until your client produces wellformed XML you could try to find an error-tolerant parser. If you cannot find any, you may be able to write one yourself (either generally applicable or specialized on the files you're reading). Also you may be able to write some code that deals with XML file as plain text and repairs it, so the XML parser can read it without errors.


"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de

GeneralRe: Xml WellFormedness error Pin
Abhi Manav31-Jul-07 11:41
Abhi Manav31-Jul-07 11:41 
QuestionIs this possible to create a new XML file based on another XML file using XSL/XSLT? Pin
Rocky#28-Jul-07 1:30
Rocky#28-Jul-07 1:30 
AnswerRe: Is this possible to create a new XML file based on another XML file using XSL/XSLT? Pin
George L. Jackson30-Jul-07 12:27
George L. Jackson30-Jul-07 12:27 
QuestionSharePoint Services 3 Web Parts Pin
MetalSmith27-Jul-07 9:29
MetalSmith27-Jul-07 9:29 
QuestionXML datatype in sql server 2005 Pin
Revathij27-Jul-07 0:27
Revathij27-Jul-07 0:27 
AnswerRe: XML datatype in sql server 2005 Pin
Naji El Kotob28-Jul-07 11:06
Naji El Kotob28-Jul-07 11:06 
GeneralRe: XML datatype in sql server 2005 Pin
Revathij7-Aug-07 0:20
Revathij7-Aug-07 0:20 
Questionwriting XML in C#.net Pin
anumadhu26-Jul-07 21:16
anumadhu26-Jul-07 21:16 
QuestionCreate XML File Pin
Maynka26-Jul-07 18:56
Maynka26-Jul-07 18:56 
QuestionXmlElement Question Pin
rbreault26-Jul-07 12:15
rbreault26-Jul-07 12:15 
QuestionNeed help with an xPath question Pin
Grapes-R-Fun26-Jul-07 11:17
Grapes-R-Fun26-Jul-07 11:17 
AnswerRe: Need help with an xPath question Pin
George L. Jackson26-Jul-07 14:01
George L. Jackson26-Jul-07 14:01 
GeneralRe: Need help with an xPath question Pin
Grapes-R-Fun26-Jul-07 14:45
Grapes-R-Fun26-Jul-07 14:45 
QuestionXML from file with special letters Pin
gruberdominik26-Jul-07 2:38
gruberdominik26-Jul-07 2:38 
AnswerRe: XML from file with special letters Pin
Michael Dunn26-Jul-07 7:50
sitebuilderMichael Dunn26-Jul-07 7:50 
GeneralRe: XML from file with special letters Pin
led mike26-Jul-07 8:29
led mike26-Jul-07 8:29 
GeneralRe: XML from file with special letters [modified] Pin
gruberdominik26-Jul-07 22:15
gruberdominik26-Jul-07 22:15 

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.