Questions tagged [xml-schema-validation]

8 questions
4
votes
1 answer

Validating DocBook 5 documents against both RELAXNG and Schematron?

I'm writing a DocBook 5 document and would like to fully validate it against both the RELAXNG and Schematron schemas. Here is what I've tried: To my knowledge, xmllint from the libxml2 package won't handle RELAXNG schemas with embedded Schematron,…
1
vote
1 answer

How to make XPath list for a XML Message?

How to make XPath list for a XML Message ? Thanks for responding to my threads and looking into this issue. I have wellformed XML message. I want to produce a list/report as 1) All Xpath of XML message 2) Xpath , data content for this XPATH Here is…
1
vote
1 answer

Looking for an offline XML Schema validation tool

Well, the title is the question. I want to validate XML files against an XML Schema, and I need a tool for that purpose. In fact I have multiple .xsd files, therefore online tools won't really work. Operating system: Anything Unix, OS X
slhck
  • 235,242
0
votes
1 answer

How to share a word document with a schema attached?

On my own machine (Word 2007) I have successfully added a custom XML part to a .docx file, associated the custom XML nodes with a custom .xsd schema and I now have editable custom XML nodes - great. The problem is, when I send the .docx file to my…
danjah
  • 435
0
votes
2 answers

Browser plugin for XSD Validation of an xml document

What I am looking for is something similar to this plug-in for FireFox 0.8 to 1.0.x. I want a plug-in that will do XSD validation against an xml document currently loaded into the browser.
0
votes
0 answers

Unattended installation of OS for laptops

I am able to install the Windows 10 OS by creating an unattended.xml file containing basic settings like region, hostname, partition etc. But I need to include more settings for example; renaming the administrator and guest accounts, setting…
0
votes
1 answer

DTD or XSD for XML attribute where enumeration list includes null

My goal/question is to understand how to create DTD or Schema for XML where an enumeration of values for an attribute can include null as a valid value. The W3C spec for XML defines attribute validity constraints, one of which is an Enumeration.…
TonyG
  • 230
0
votes
0 answers

Difficulty Handling XML Version of the United States Code

So I've been trying to put the United States Code (offered here from the U.S. House of Representatives) so that I can hopefully get it to a point where I can put it into an ebook format (either ePub or for Kindle). The page also provides for the…
JuBe
  • 1