> Rich formatting (Office XML) could be put into a CDATA sections and > pictures can be encoded into base64binary nodes. Is there a way with XML > Schema and XForms to indicate whether a string element can accept a > CDATA section? Maybe an upload control with a mediatype of, for example, > text/xhtml could work with a base64binary node. One client processor may > be able to support in-place rich editing (along with import from file) > while others could permit uploading externally authored content. A CDATA section is just syntactic sugar as far as XML Schema is concerned. Schema works at the infoset level, so the CDATA section has already been processed out. I don't know if XForms has any issues with it, but it shouldn't. DaveReceived on Thursday, 10 October 2002 12:49:38 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 3 October 2007 16:01:50 GMT