Click here to Skip to main content
15,889,931 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: XML Schema validation in XSD file using MSXML 3.0 Pin
Blake Miller15-Jun-06 10:37
Blake Miller15-Jun-06 10:37 
QuestionDownload XSL from Database and store in a physical file or stream Pin
NGNEEP19-Apr-06 20:45
NGNEEP19-Apr-06 20:45 
QuestionEditing an XML node (C#) Pin
AnneThorne19-Apr-06 2:50
AnneThorne19-Apr-06 2:50 
GeneralRe: Editing an XML node (C#) Pin
George L. Jackson19-Apr-06 12:57
George L. Jackson19-Apr-06 12:57 
AnswerRe: Editing an XML node (C#) Pin
George L. Jackson19-Apr-06 13:22
George L. Jackson19-Apr-06 13:22 
AnswerRe: Editing an XML node (C#) Pin
Michael A. Barnhart21-Apr-06 15:35
Michael A. Barnhart21-Apr-06 15:35 
Questionxml to xsd validation in vbscript Pin
Selvakumar.R19-Apr-06 1:27
Selvakumar.R19-Apr-06 1:27 
AnswerRe: xml to xsd validation in vbscript Pin
Sushant_Mathur3-May-06 2:10
Sushant_Mathur3-May-06 2:10 
hope u have done with this problem yet but for ur help u can chk this Vb code below:

Set schemaCache = New MSXML2.XMLSchemaCache40
Dim doc As MSXML2.DOMDocument40
Dim xsd

Set doc = New MSXML2.DOMDocument40
xsd = RTReg.getValue("xsd_path")
schemaCache.Add "", xsdpath 'Check the file with xsd

Set doc.schemas = schemaCache 'add schema with the file
doc.async = False

If Not doc.Load(sOutputFile) Then
'XML file not parsed
Else
'successfully parsed
End If


Sushant Mathur
Bangalore,
INDIA.
http://n.domaindlx.com/fun2ssh/HOME.htm
QuestionBuilding a database from an XML Schema Pin
mvartere18-Apr-06 5:52
mvartere18-Apr-06 5:52 
QuestionXML C# Question Pin
seschu0118-Apr-06 5:22
seschu0118-Apr-06 5:22 
AnswerRe: XML C# Question Pin
George L. Jackson18-Apr-06 14:55
George L. Jackson18-Apr-06 14:55 
QuestionHelp Required from XML guys - XMLIsland Pin
Selvakumar.R17-Apr-06 20:49
Selvakumar.R17-Apr-06 20:49 
AnswerRe: Help Required from XML guys - XMLIsland Pin
Paddy Boyd17-Apr-06 23:50
Paddy Boyd17-Apr-06 23:50 
GeneralRe: Help Required from XML guys - XMLIsland Pin
Selvakumar.R18-Apr-06 1:57
Selvakumar.R18-Apr-06 1:57 
AnswerRe: Help Required from XML guys - XMLIsland Pin
George L. Jackson18-Apr-06 15:06
George L. Jackson18-Apr-06 15:06 
QuestionFOP Pin
Support12317-Apr-06 20:04
Support12317-Apr-06 20:04 
Questionfind rasult from xml Pin
discktopsultan@hotmail.com15-Apr-06 23:57
discktopsultan@hotmail.com15-Apr-06 23:57 
AnswerRe: find rasult from xml Pin
George L. Jackson17-Apr-06 3:19
George L. Jackson17-Apr-06 3:19 
GeneralRe: find rasult from xml Pin
discktopsultan@hotmail.com17-Apr-06 23:28
discktopsultan@hotmail.com17-Apr-06 23:28 
GeneralRe: find rasult from xml Pin
discktopsultan@hotmail.com18-Apr-06 1:55
discktopsultan@hotmail.com18-Apr-06 1:55 
GeneralRe: find rasult from xml Pin
George L. Jackson18-Apr-06 14:15
George L. Jackson18-Apr-06 14:15 
GeneralRe: find rasult from xml Pin
discktopsultan@hotmail.com18-Apr-06 23:36
discktopsultan@hotmail.com18-Apr-06 23:36 
QuestionI need a direction about XML/XSL/XSLT etc. Pin
Cristoff13-Apr-06 20:57
Cristoff13-Apr-06 20:57 
AnswerRe: I need a direction about XML/XSL/XSLT etc. Pin
Michael A. Barnhart14-Apr-06 11:49
Michael A. Barnhart14-Apr-06 11:49 
GeneralRe: I need a direction about XML/XSL/XSLT etc. Pin
Cristoff14-Apr-06 19:15
Cristoff14-Apr-06 19: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.