Hi Rumen,
I've got an error locating xmlmime:base64binary.
Is EXIP supporting xmlns:xmlmime="http://www.w3.org/2005/05/xmlmime" ?
(http://www.w3.org/TR/xml-media-types/)
Denis
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
EXIP is supporting xs:base64Binary. From what I see xmime:base64Binary is just an extension to xs:base64Binary adding an attribute contentType, so you should not have any troubles with it. As with other non XML schema types you need to include the xmlmime.xsd (EXI encoded, prefixes preserved) when generating the grammars.
If you still have problems - describe the use case in more details and I'll try to help.
// Rumen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I downloaded the xmlmime XSD, compiled with EXIProcessor and added it to the list of XSDs for generateSchemaInformedGrammars(). Issue solved.
Thank you again Rumen
Denis
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Rumen,
I've got an error locating xmlmime:base64binary.
Is EXIP supporting xmlns:xmlmime="http://www.w3.org/2005/05/xmlmime" ?
(http://www.w3.org/TR/xml-media-types/)
Denis
Hi Denis,
EXIP is supporting xs:base64Binary. From what I see xmime:base64Binary is just an extension to xs:base64Binary adding an attribute contentType, so you should not have any troubles with it. As with other non XML schema types you need to include the xmlmime.xsd (EXI encoded, prefixes preserved) when generating the grammars.
If you still have problems - describe the use case in more details and I'll try to help.
// Rumen
I downloaded the xmlmime XSD, compiled with EXIProcessor and added it to the list of XSDs for generateSchemaInformedGrammars(). Issue solved.
Thank you again Rumen
Denis