> From: George David

>Sent: Wednesday, July 31, 2013 7:30 PM
> 


> sample.xml:1: element GenDsSample: Schemas validity error : Element 
> 'GenDsSample': No matching global declaration available for the validation 
> root.
> sample.xml fails to validate
> 
> The first error is that the namespace prefix is not define. I can
> define it using
> namespacedef_='xmlns:gen-ds-sample="urn:com:gends:test:gen-ds-sample"'
> 
> This is defined in the XSD already. It seems like generateDS should
> be able to retrieve this.

George -

Seems like a good suggestion to me.  I *think* it is possible.  I'll
try ...

I made a patch to do this (pass the target namespace from the parse
function to the export method.

The patched version is at Bitbucket --
https://bitbucket.org/dkuhlman/generateds
which also includes your fixes for the XML catalog support.

I'll do some more testing, and I'll look into the validation error
that you describe, tomorrow.

Thanks again for your help with this.

- Dave


[snip]




--


Dave Kuhlman
http://www.rexx.com/~dkuhlman

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
generateds-users mailing list
generateds-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/generateds-users

Reply via email to