Hussein Shafie, Sun, 20 Jan 2013 10:20:07 +0100:
> On 01/19/2013 03:18 PM, Leif Halvard Silli wrote:
>> Hussein Shafie, Wed, 02 Mar 2011 15:37:32 +0100:

> We fully support HTML5 in its XML form. Our XML editor cannot support 
> HTML5 in its HTML form.

Well, polyglot markup *is* a 100% conforming form of HTML5. Thus, 
unless there are bugs, your XML editor can support HTML5 in a 
HTML-conforming form. Polyglot Markup is only a "branded" subset of 
what HTML5 already defines. See http://www.w3.org/TR/html-polyglot/

>> Regardless of your answer, could you please add<!DOCTYPE html>  to both
>> the HTML5 template and the XHTML5 template? Because, as for HTML5, the
>> code is invalid without it.
> 
> "Invalid" is a bit strong as a word.

<neutral>Non-conforming</neutral>. It causes quirks-mode = serious.

>> (I see that that code in reality is XHTML
>> code, so in reality you try to be polyglot here.) As for the XHTML5
>> template, then the DOCTYPE is optional, but would be wise to have in
>> case the doc becomes served as text/html.
> 
> Your are 100% right. We would *really* like to add <!DOCTYPE html> to 
> all our document templates. Unfortunately our XML parser rejects this 
> declaration as non-well formed. We have not yet found a simple way to 
> circumvent this.

Do you have an example of such a template file? 
Or a non-template file which causes same problems when opening it?
You see, it was pretty simple for me to save and use the following, 
polyglot, XHTML 5 template in XMLMind:

<!DOCTYPE html>
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml";>
  <head>
    <meta charset="UTF-8" />
    <title></title>
  </head>
  <body><p></p></body>
</html>

When I created a file with that template, I got the following:

<!DOCTYPE html>
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml";
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
      xmlns:xs="http://www.w3.org/2001/XMLSchema";
      xmlns:svg="http://www.w3.org/2000/svg";
      xmlns:ns2="http://www.w3.org/1999/xlink";
      xmlns:ns="http://www.w3.org/1999/xhtml";
      xmlns:mml="http://www.w3.org/1998/Math/MathML";>
  <head>
    <meta charset="UTF-8" />
    <title>Bla bla bla!</title>
  </head>
  <body><p>Blob blog blog!</p></body>
</html>

The namespace prefix declarations are of course invalid - so I hope you 
fix it. But those xmlns errors are anyhow far less serious than the 
lack of DOCTYPE.

> PS: This open source software *may* interest you:
> 
> ---
> XHTML 5 resources comprising a robust, self-contained, W3C XML Schema 
> for XHTML 5 and highly parameterizable, easy to customize, XSLT 2 
> stylesheets allowing to transform XHTML 1.0, 1.1, 5.0 to XSL-FO.
> ---
> http://www.xmlmind.com/xhtml5_resources.shtml

I see that the page says: "These XHTML 5 resources are software 
components used to add XHTML support to XMLmind XML Editor." So does 
that mean that that package is already inside XMLMind? Or can that 
package do more than XMLMind can? Does it produce polyglot markup, 
perhaps?
-- 
Leif H Silli

--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to