How to validate a developerWorks article

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

<?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-article>

      </dw-article>

</dw-document>

XMLBlueprint XML Editor will automatically support XML Completion for your developerWorks article based on the XML Schema. To validate your developerWorks article, 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 article with a reference to the developerWorks XML Schema.