| Posted: 13 Nov 2007 23:15 | |
|
Registered User Currently Offline |
Posts: 1 Join Date: Nov 2007 |
|
When I try to create a eDe Document I get an illegal document type error. It says is must be an "article" or "book"
Here is my command code: docbook_create "C:\Documents and Settings\lvaldez\My Documents\XML\MindXML Tests\TestBook.xml" "Testbook" Any clue what I'm doing wrong. I made sure that it was a pre-v5 docbook type, that I created using XMLMind XML Editor. Any help is appreciated. |
|
| Posted: 19 Nov 2007 09:40 | |
|
Administrator |
Posts: 125 Join Date: Feb 2005 |
|
You'll need to tell eDE wether it's supposed to create an article or book for you. You don't need to tell eDE where to put the document. Try something like
docbook_create article test |
|