xnsdoc - Bug-24
Description
If a namespace name is "con" or any other name that is preserved by the OS, xnsdoc fails.
Comments
The following schema reproduces the problem.
<?xml version = "1.0" encoding = "UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="con">
</xs:schema>Release 1.2.2 outputs the following error:
Cannot process con: out\con\overview-namespace.html (The system cannot find the path specified)





