cancel
Showing results for 
Search instead for 
Did you mean: 

Error on importing OpenTrans dtd

Former Member
0 Kudos

Hi,

I have some difficulties importing a dtd of the german OpenTrans standard.

The part which seems to be a problem is:

<b> <!ELEMENT ORDER (ORDER_HEADER , ORDER_ITEM_LIST , ORDER_SUMMARY)>

<!ATTLIST ORDER

version CDATA #FIXED "1.0"

xmlns CDATA #FIXED 'http://www.opentrans.org/opentrans/1.0/opentrans_order'

type (standard | express | release | consignment ) 'standard' ></b>

The error is:

<b>The name "xmlns" is not correct!</b>

How can I fix this without removing xmlns from the dtd?

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

I have the same problem with the DTD. Did any one find the solution ?

Myr problem is that our partner demands that the xml file has the <!-- DOCTYPE ORDER SYSTEM "openTRANS_ORDER_1_0.dtd" --> tag .

So I see 2 solution.

1) use the DTD

2) Use XSD an some how insert this tag with xslt. I could not solved this properly !