[XML-SIG] xsd & entities

jr jorgeromeo at jippii.co.uk
Mon Jun 9 13:48:03 EDT 2003


Hello,

Has anyone idea about how to work with entities using a xsd schema? That 
is, make a reference from xsd schema to that entities placed in a dtd 
file.

I want to check the content, changing wrong characters, like "quote" by 
its ascii code """. I must change my xsd file but I don't know how.

I have a normal xsd file and a dtd file with that codes

That file, entities.dtd, is like:

<!ENTITY sp        " ">
<!ENTITY excl      "!">
<!ENTITY quot      """>
<!ENTITY num       "#">
<!ENTITY dollar    "$">
.....


Thanks in advance.




More information about the XML-SIG mailing list