Search found 7 matches

by rleif
Fri Nov 18, 2011 9:52 am
Forum: Other Issues
Topic: Working with HTML5
Replies: 13
Views: 12364

Re: Working with HTML5

Sorin and George, Translating the over 60 reasonably complex cytometryML xsd schemas (http://www.cytometryML.org) into Relax NG, is impractical. I might add that the predominant standard in the USA for medical schemas appears to be xsd, which in its latest version, XSD1.1, has a very good design in ...
by rleif
Fri Nov 11, 2011 10:53 pm
Forum: Other Issues
Topic: Working with HTML5
Replies: 13
Views: 12364

Re: Working with HTML5

Sorin, Thank you for your suggestion. It worked, but did not solve the problem. As shown below, one can now add the xmlns element. However, since the elements in the relax-ng schema do not include references to the new namespace, the inclusion of elements from the new namespace results in a validati...
by rleif
Thu Nov 10, 2011 1:07 am
Forum: Other Issues
Topic: Working with HTML5
Replies: 13
Views: 12364

Re: Working with HTML5

Sorin, I followed your suggestion and went to the document toolbar and Associated string_bd16.xsd. This resulted in adding attributes to the html element. <!DOCTYPE html> <html xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/1999/xhtml strin...
by rleif
Wed Nov 09, 2011 8:49 am
Forum: Feature Request
Topic: HTML5 and XML
Replies: 3
Views: 2979

Re: HTML5 and XML

I actually prefer XHTML5 and will correct my question. How does one have XHTML5 interact with XML elements? I do not want XForms because the presence of forms in HTML5 has made XForms obsolete. There are two levels of XML interacting with XHTML5. The first is to make the XHTML5 and the XML element i...
by rleif
Sat Nov 05, 2011 2:28 am
Forum: Feature Request
Topic: HTML5 and XML
Replies: 3
Views: 2979

HTML5 and XML

Since oXygen supports both HTML5 and XML, it would be very useful if the two modalities could be used together. For instance, if I create a form with HTML5 and wish to write or read an element that is based on an XML simple type. How do I do it?
by rleif
Mon Oct 18, 2010 6:10 pm
Forum: XML Schemas
Topic: XSD Schema 1.1 status and support
Replies: 14
Views: 11663

Re: XSD Schema 1.1 status and support

Thank you. I figured out that I had to use > and reverse the arguments. The example was from IBM. There is still a need for a user to be able to simply choose to use XSD 1.1 or a detailed set of instruction on everything one needs to change. I solved the problem by closing and opening oXygen. Saxon-...
by rleif
Sun Oct 17, 2010 8:36 am
Forum: XML Schemas
Topic: XSD Schema 1.1 status and support
Replies: 14
Views: 11663

Re: XSD Schema 1.1 status and support

I do not believe that the Saxon Validator for XSD 1.1 is functioning properly. I have set the Preferences/XML Parser? Saxon EE Validation XML Schema version to 1.1 (-xsdversion: 1,1). Configure Validation Scenario is set to Use custom validation scenario. Scenarios for: XML Schemas =Schema_1_1 I hav...