Changes between Version 5 and Version 6 of XMLMapfiles


Ignore:
Timestamp:
Oct 27, 2009, 7:30:18 AM (15 years ago)
Author:
aboudreault
Comment:

Added note about XMLSpy problem

Legend:

Unmodified
Added
Removed
Modified
  • XMLMapfiles

    v5 v6  
    3232== How to use the XML schema? ==
    3333
    34 If you are using a XML editor like XMLSpy or XMLPad, you can easily specify the XML schema used to validate your current XML document. Furthermore, those editors will provide XML completition by listing allowed tags/attributes, automatic validation and more..
     34If you are using a XML editor like XMLSpy, you can easily specify the XML schema used to validate your current XML document. Furthermore, those editors will provide XML completition by listing allowed tags/attributes, automatic validation and more..
    3535
    3636If you prefer, you can also use a normal text editor. On Linux, there is a few tools to validate a XML file with its schema. On Ubuntu, you can do the following command:
     
    4949xsltproc mapfile.xsl my-new-mapfile.xml > /tmp/my-regular-mapfile.map
    5050}}}
     51
     52Note: if you use XMLSpy or the MSXML xslt processor, you may need to use an external xslt processor for the transformation. These processors don't seem to support the use of the http://exslt.org/ xslt extension. xsltproc is also available for Windows: http://www.sagehill.net/docbookxsl/InstallingAProcessor.html