I've asked around and figure you would know about Drupal's XML schema. Open office and World 12 allow a user to define an xml schema to process their content. Ideally, a user could use Writer or Microsoft Word and have the Drupal XML loaded to automatically convert the content for import into Drupal. Is there somewhere I can find the XML schema or some documentation that might be useful?

Comments

puregin’s picture

I'll commit the current DTD and schema for dxml to export_dxml in the next day or two (be sure to remind me if I've not done so!!)

I'll have to experiment with Open Office and Word to see what kind of conversion they are capable of. In principle, of course, this should be doable (that's kinda the point of XML, after all!)

In the worst case, we'll need to find/make an XSLT stylesheet for the conversion.

riccardoR’s picture

Hi,
I am developing a web site with several books.
Is there any news about dxml.dtd ?

Many thanks,
Riccardo

puregin’s picture

Thanks for reminding me. I've committed dxml.dtd to export_dxml. If anyone really really really needs a schema and can't figure out how to generate one from the DTD let me know.

riccardoR’s picture

Thank you.
I will surely do some experimentation with Export DXML.
Bye

puregin’s picture

Hi, good to hear. Keep me posted... Djun

puregin’s picture

Version: 4.7.x-1.x-dev » 5.x-1.x-dev
Status: Active » Fixed

I've provided a schema for this XML format in dxml.xsd - this is automatically generated from the DTD by the dtd2xsd perl script at www.w3.org.

Closing this issue out

Anonymous’s picture

Status: Fixed » Closed (fixed)