|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
how to use xml.dtd to create message set(dtd-1999schema) |
« View previous topic :: View next topic » |
Author |
Message
|
yshakraj |
Posted: Wed Nov 02, 2011 2:01 am Post subject: how to use xml.dtd to create message set(dtd-1999schema) |
|
|
 Voyager
Joined: 14 Sep 2011 Posts: 91
|
Hi,
i have to use an xml dtd to create an message set , for which the dtd is referring to the old schema 1999
Code: |
http://www.w3.org/1999/xmlschema
|
in mb7 i tried to create a message set from dtd , but am getting error , so as if i create a definition file then by default it s taking the
Code: |
http://www.w3.org/2001/XMLSchema
|
is there any way to create a message set from a dtd referring to the old 1999/2000 schema.
Thanks ,
Vyshak |
|
Back to top |
|
 |
kimbert |
Posted: Wed Nov 02, 2011 3:22 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Quote: |
the dtd is referring to the old schema 1999 |
How, exactly, is the DTD doing that?
Quote: |
is there any way to create a message set from a dtd referring to the old 1999/2000 schema. |
Probably not. But there may be an alternative approach that works. Can you provide more detail about the DTD and what your message flow is trying to do? |
|
Back to top |
|
 |
yshakraj |
Posted: Wed Nov 02, 2011 5:07 am Post subject: |
|
|
 Voyager
Joined: 14 Sep 2011 Posts: 91
|
hi kimbert,
Code: |
<xsd:schema xmlns:xsd="http://www.w3.org/1999/XMLSchema">
|
This is how it is referring , its an xsd file, i tried to load this xsd in mb7 ,
but getting error.
actually we are getting an xml file and which should be parsed against an xsd , which is refering the old schema 1999/2000. is there any method for me to pars |
|
Back to top |
|
 |
kimbert |
Posted: Wed Nov 02, 2011 5:13 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
You need to be more accurate with your terminology. DTD != XSD.
Any reason why you can't just change the namespace on the xsd before you import it? |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|