Click here to Skip to main content
15,892,737 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: How can I traverse and read values in an XML using VBScript? Pin
Stuart Dootson9-Nov-09 4:08
professionalStuart Dootson9-Nov-09 4:08 
QuestionXml File Problems Pin
md_refay4-Nov-09 4:19
md_refay4-Nov-09 4:19 
AnswerRe: Xml File Problems Pin
The Man from U.N.C.L.E.11-Nov-09 11:45
The Man from U.N.C.L.E.11-Nov-09 11:45 
QuestionXSD Unique Implementation and XPath Pin
Skippums2-Nov-09 12:33
Skippums2-Nov-09 12:33 
AnswerRe: XSD Unique Implementation and XPath Pin
Christian Graus3-Nov-09 11:27
protectorChristian Graus3-Nov-09 11:27 
AnswerRe: XSD Unique Implementation and XPath Pin
Stuart Dootson3-Nov-09 22:54
professionalStuart Dootson3-Nov-09 22:54 
GeneralRe: XSD Unique Implementation and XPath Pin
Skippums4-Nov-09 2:28
Skippums4-Nov-09 2:28 
GeneralRe: XSD Unique Implementation and XPath Pin
Stuart Dootson4-Nov-09 2:52
professionalStuart Dootson4-Nov-09 2:52 
Schematron is supported by libxml2, so (therefore) is accessible to C or C++ or anything else that exposes that part of libxml2 through a binding.

The Schematron website describes the steps needed to perform Schaematron validation:

xslt -stylesheet iso_dsdl_include.xsl  theSchema.sch > theSchema1.sch
xslt -stylesheet iso_abstract_expand.xsl  theSchema1.sch > theSchema2.sch
xslt -stylesheet iso_svrl_for_xsltn.xsl  theSchema2.sch > theSchema.xsl
xslt -stylesheet theSchema.xsl  myDocument.xml > myResult.xml


Basically, generate an XSLT file from your Schematron schema (the first three steps). Then process the input XML file using your XSLT processor and the generated XSLT file to output something that tells you if the XML is valid per the Schematron schema.

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

QuestionSorted xml element while serialising Pin
Soundman32.22-Nov-09 1:28
Soundman32.22-Nov-09 1:28 
AnswerRe: Sorted xml element while serialising Pin
Soundman32.22-Nov-09 3:58
Soundman32.22-Nov-09 3:58 
Questionattribute centric Pin
Michael A. Klausmeyer1-Nov-09 8:27
Michael A. Klausmeyer1-Nov-09 8:27 
QuestionHow to Password Protect a XML SpreadSheet Pin
ANSHUMAN44429-Oct-09 5:14
ANSHUMAN44429-Oct-09 5:14 
AnswerRe: How to Password Protect a XML SpreadSheet Pin
Christian Graus1-Nov-09 9:30
protectorChristian Graus1-Nov-09 9:30 
QuestionC# XML datagridview delete row Pin
Wheels01227-Oct-09 3:38
Wheels01227-Oct-09 3:38 
QuestionC# Append XML File Pin
Wheels01223-Oct-09 5:42
Wheels01223-Oct-09 5:42 
AnswerRe: C# Append XML File Pin
Christian Graus23-Oct-09 10:35
protectorChristian Graus23-Oct-09 10:35 
GeneralRe: C# Append XML File Pin
Wheels01226-Oct-09 1:24
Wheels01226-Oct-09 1:24 
QuestionIs it possible to call a comand line program from within an Xml File Preprocessor Pin
ONeil Tomlinson23-Oct-09 1:09
ONeil Tomlinson23-Oct-09 1:09 
AnswerRe: Is it possible to call a comand line program from within an Xml File Preprocessor Pin
Christian Graus23-Oct-09 10:44
protectorChristian Graus23-Oct-09 10:44 
QuestionXSL group [modified] Pin
Clas Andersson22-Oct-09 21:26
Clas Andersson22-Oct-09 21:26 
AnswerRe: XSL group Pin
tassilo10-Nov-09 23:02
tassilo10-Nov-09 23:02 
Questionhow to write to xml file! [modified] Pin
live4u19-Oct-09 2:04
live4u19-Oct-09 2:04 
AnswerRe: how to write to xml file! Pin
Christian Graus22-Oct-09 18:30
protectorChristian Graus22-Oct-09 18:30 
QuestionXML-RPC VERSUS JSON-RPC Pin
cyrossis17-Oct-09 2:16
cyrossis17-Oct-09 2:16 
QuestionXML to link to Image location - Word 07 [modified] Pin
Jerry Squires16-Oct-09 2:22
Jerry Squires16-Oct-09 2:22 

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.