generate schema documentation for schema form http url

This should cover W3C XML Schema, Relax NG and DTD related problems.
dkruitbosch
Posts: 6
Joined: Mon Jun 13, 2005 9:42 am
Location: Netherlands

generate schema documentation for schema form http url

Post by dkruitbosch »

Hi,

I'm trying to generate documentation for a schema that's hosted on a website. It works OK if I do that from within OxygenXML editor (10.3), but when I try to run schemaDocumention.sh http://bla.com/schema.xsd -cfg:myconfig.xml it says that the schema does not exist.

Does the command line version support fetching the schemas from http?

Thanks,

Danny
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: generate schema documentation for schema form http url

Post by sorin_ristache »

Hello,

The command line script supports reading the schema only from a local file. We will consider extending the supported locations to include HTTP URLs.


Regards,
Sorin
Radu
Posts: 9018
Joined: Fri Jul 09, 2004 5:18 pm

Re: generate schema documentation for schema form http url

Post by Radu »

Hi,

Starting with Oxygen 12 (which will be released in a few weeks) the documentation generator scripts for both XML Schema and XSLT Stylesheets will also work with remote HTTP resources.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply