--> You need to create a simple configuration file for your XML schema.

How to do this is explained here:
http://www.xmlmind.com/xmleditor/_distrib/doc/configure/configure.html



--> Alternatively, you may use the xmltool (found in
XXE_install_dir/bin/) command-line tool:

C:\> xmltool validate -s main_schema_file.xsd your_xml_instance.xml

See
http://www.xmlmind.com/xmleditor/_distrib/doc/xmltool/validate_options.html



Gary Mittleman wrote:
> I have XMLMind Editor and have this requirement that I do not know how
> to do.
> 
>  
> 
> Any help would be appreciated.
> 
>  
> 
> I have an XML file that I created and need to send to the government.
> They have an XSD file schema file.
> 
>  
> 
> How do I parse my XML file for accuracy?
> 
>  
> 
> Here is what they say on their web site:
> 
>  
> 
> /To validate your file, download the XML schema below with a parser. Use
> the schema to check that the format of your information return is
> correct before you send it to us. Use a validating parser
> <http://www.cra-arc.gc.ca/esrvc-srvce/mgmd/flrs/bfr/vldtng-eng.html> to
> check for the proper file format. Make sure that the validating feature
> in your parser is turned on before checking your file./
> 
> /The schemas are in .xsd format. After you save the .zip file on your
> computer, use WinZip software to extract the .xsd files. You have to
> extract *all files* to your hard drive./
> 
> / /
> 
> Many thanks in advance.
> 
>  
> 
> Gary Mittleman
> 
> Camgar Consultants
> 
> Tel: 905-881-9942
> 
> Fax: 905-881-5377
> 
> Cell: 416-409-8653
> 
> Email: garym at camgar.ca
> 
> Web: www.camgar.ca
> 
>  
> 
> 
> ------------------------------------------------------------------------
> 
>  
> --
> XMLmind XML Editor Support List
> xmleditor-support at xmlmind.com
> http://www.xmlmind.com/mailman/listinfo/xmleditor-support



Reply via email to