Search found 6 matches

by dkruitbosch
Thu Oct 28, 2010 8:20 am
Forum: Common Problems
Topic: Use xml catalog for wsdl validation
Replies: 1
Views: 1259

Use xml catalog for wsdl validation

Hi, I use xml catalogs to validate my xml schemas and it works great. It saves me from having to change the schema locations before deployment on our 'schema' web server. However when validating a WSDL file, it seems that the xml catalogs are not being used? (I get http 404 not found errors, since t...
by dkruitbosch
Thu Oct 08, 2009 12:23 pm
Forum: XML Schemas
Topic: generate schema documentation for schema form http url
Replies: 2
Views: 3102

generate schema documentation for schema form http url

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...
by dkruitbosch
Thu May 08, 2008 12:31 pm
Forum: Common Problems
Topic: Error when generating xqeury documentation
Replies: 1
Views: 1586

Error when generating xqeury documentation

Hi, I've written an xquery (that run against an eXist database) and want to generate the documentation for it. When I hit the "generate" button in the xqdoc generator I get an "Permission denied" error. No further logging/output though. The output folder specified IS writable, so...
by dkruitbosch
Wed Nov 30, 2005 12:03 pm
Forum: Other Issues
Topic: Version control
Replies: 1
Views: 5332

Version control

Hi,

I'm looking for a way to add version control to my xml development cycle. Is there anyone who has set up something for the (e.g. eclipse plugin + subclipse svn client).

Amy insights on this subject would be great.

Danny
by dkruitbosch
Wed Nov 02, 2005 4:20 pm
Forum: General XML Questions
Topic: Use prefixes instead op xmlns attribute
Replies: 1
Views: 6504

Use prefixes instead op xmlns attribute

Hi, When I generate a document based on a schema, is it possible to "automagically" use prefixes for the element etc. instead of the xmlns attribute? Example: <prefix:myelement>data</myelement> instead of <myelement xmlns="http://mynamespace.com">data</myelement> Thanks, Danny
by dkruitbosch
Mon Jun 13, 2005 9:49 am
Forum: XSLT and FOP
Topic: Extending WSDL doc-generator
Replies: 1
Views: 5571

Extending WSDL doc-generator

Hi, I've been lloking into extending WSDL "doc-generator" (from the WSDL samples dir). My goal is to generate output like the schema documentation generator. Currently I'm trying to get a list of declared namespaces from my WSDL. I've tried copying parts of the xs3p.xsl, but that doesn't w...