<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
tt
        {mso-style-priority:99;
        font-family:"Courier New";}
span.target
        {mso-style-name:target;}
span.pre
        {mso-style-name:pre;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Igor,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">There is a command line alternative to the java interface and this shows that steps involved a bit more clearly – have a look at   nxvalidate_cli.in   in
<a href="https://github.com/nexusformat/definitions/blob/master/validate_cmdline/">
https://github.com/nexusformat/definitions/blob/master/validate_cmdline/</a><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Regards,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Freddie<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<div style="border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt">
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> NeXus [mailto:nexus-bounces@nexusformat.org]
<b>On Behalf Of </b>Igor.Khokhriakov@hzg.de<br>
<b>Sent:</b> 31 July 2014 17:18<br>
<b>To:</b> nexus@nexusformat.org<br>
<b>Subject:</b> [Nexus] Antwort: Welcome to the "NeXus" mailing list (Digest mode)<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Dear NeXus Users,<br>
<br>
Could someone please clarify me how can I use NXvalidate?<br>
<br>
Basically my case is - I develop a c++ appilication that creates and populates hdf5 files in NeXus format. Users of my application defines structure of the file. What I would like is to integrate nice validation into my application. I have read through NeXus
 documentation, specifically <a href="http://download.nexusformat.org/sphinx/validation.html">
http://download.nexusformat.org/sphinx/validation.html</a> and looked roughly through the NXvalidate source code.<br>
<br>
But I can not find where the schematron file is. In the documentation it is said: "The NXDL definition files are converted into a set of Schematron rules using the
<span class="pre">xslt/nxdl2sch.xsl</span> XSLT stylesheet". But this XSLT file is never used in the source code. Looks like NXvalidate expects this file created by some other process.<br>
<br>
So the question is - how one can create the schematron file?<br>
<br>
Thank you in advance.<br>
<br>
Best regards,<br>
<br>
  Igor.</span><span style="font-family:"Arial","sans-serif""><o:p></o:p></span></p>
<div>
<div class="MsoNormal" align="center" style="text-align:center"><span style="font-size:8.5pt;font-family:"Arial","sans-serif";color:#333333">
<hr size="2" width="100%" align="center">
</span></div>
<p class="MsoNormal"><span style="font-size:8.5pt;font-family:"Arial","sans-serif";color:#333333">Helmholtz-Zentrum Geesthacht<br>
Zentrum für Material- und Küstenforschung GmbH<br>
</span><span style="font-size:7.0pt;font-family:"Arial","sans-serif";color:#333333">Max-Planck-Straße 1 I 21502 Geesthacht I Deutschland/Germany<br>
<br>
Geschäftsführer/Board of Management: Prof. Dr. Wolfgang Kaysser, Dipl.-Ing. Michael Ganß<br>
Vorsitzender des Aufsichtsrates/Chairman of the Supervisory Board: MinDirig Wilfried Kraus<br>
Amtsgericht Lübeck HRB 285 GE (Register Court)<br>
Internet: <a href="http://www.hzg.de">http://www.hzg.de</a> </span><span style="font-size:8.5pt;font-family:"Arial","sans-serif";color:#333333"><o:p></o:p></span></p>
<div class="MsoNormal" align="center" style="text-align:center"><span style="font-size:8.5pt;font-family:"Arial","sans-serif";color:#333333">
<hr size="2" width="100%" align="center">
</span></div>
</div>
</div>
</div>

<br><p>-- 
<BR>Scanned by iCritical.
</p>
<br></body>
</html>