How to validate a developerWorks tutorial

To validate a developerWorks tutorial, you must include the developerWorks XML Schema in your tutorial:

<?xml version="1.0" encoding="utf-8"?>

<dw-document

      xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance

      xsi:noNamespaceSchemaLocation="http://www.ibm.com/developerWorks/schema/5.8/dw-document-5.8.xsd">

      <dw-tutorial>

      </dw-tutorial>

</dw-document>

XMLBlueprint XML Editor will automatically support XML Completion for your developerWorks tutorial based on the XML Schema. To validate your developerWorks tutorial, open it in XMLBlueprint XML Editor and click XML > Validate.

TIP -- In XMLBlueprint, choose File > New > XML Document with DTD, Relax NG Schema, or XML Schema and paste

http://www.ibm.com/developerWorks/schema/5.8/dw-document-5.8.xsd

in the edit box. Press the Next > button, choose "dw-document" as root element and then press the Finish button. XMLBlueprint will automatically create an empty tutorial with a reference to the developerWorks XML Schema.