SylvainTI / wwwsqldesigner

Automatically exported from code.google.com/p/wwwsqldesigner
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

XML Error (NS_ERROR_INVALID_POINTER) #100

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I Have the Same Problem:
Excellent tool, thank you very much!!! I still have one problem.

Import/load/save from DB are working fine. XML Save is also working.

The problem is in generating SQL code for the table definitions.

I get the error XML error: Component returned failure code: 0x80004003 
(NS_ERROR_INVALID_POINTER) [nsIXSLTProcessor.importStylesheet] Not really sure 
where to begin with this one.

Am I missing something or is it possible to use the XML definitions to create 
the tables in the DB ? I'm using firefox 3.6, MySql 5 and Win 7 Thanks for any 
help

Original issue reported on code.google.com by facto...@googlemail.com on 22 Jul 2010 at 1:40

GoogleCodeExporter commented 9 years ago
Hi,

please use Firebug to inspect the XSL file being loaded for the transformation. 
It would be best if you could either:

1) send a link to your WWWSQLDesigner instalation
OR
2) send the XSL file you use to generate SQL statements.

Original comment by ondrej.zara on 22 Jul 2010 at 2:37

GoogleCodeExporter commented 9 years ago
Hi,

my sqldesign

http://akello.de/seo/sqldesign/

Vitalik

Original comment by facto...@googlemail.com on 22 Jul 2010 at 6:53

GoogleCodeExporter commented 9 years ago
It looks like your .xsl file needs to be served with a different content-type 
in order to be recognized by the XML parser. Please try serving it as 
application/xml or text/xml.

Original comment by ondrej.zara on 22 Jul 2010 at 7:09