Search found 21 matches

by jpmoularde
Wed Mar 12, 2014 2:25 pm
Forum: XHTML
Topic: HML5 and micro data validation
Replies: 20
Views: 19578

Re: HML5 and micro data validation

Hi Radu! It does not really stop, you're right: there is that series if red bars in the rightmost part of the window that shows lines where errors have been found, so there can be a large number of errors found in one shot. Thanks for drawing my attention on that point, it will save me time. Regards...
by jpmoularde
Wed Feb 26, 2014 8:33 pm
Forum: XHTML
Topic: HML5 and micro data validation
Replies: 20
Views: 19578

Re: HML5 and micro data validation

Thanks It's not very important, as most of my web pages are generated by a program in php which of course does not submit the result. But for the few handwritten html files I have, I prefer checking their validity first. As the validator stops at the firs "error" it encounters", the l...
by jpmoularde
Tue Feb 25, 2014 8:55 pm
Forum: XHTML
Topic: HML5 and micro data validation
Replies: 20
Views: 19578

Re: HML5 and micro data validation

1) According to the specs the <meta> element is not accepted as flow content: http://www.w3.org/html/wg/drafts/html/master/dom.html#flow-content-1 It's not what I read in that very document: 3.2.4.1.2 Flow content Most elements that are used in the body of documents and applications are categorized...
by jpmoularde
Mon Feb 24, 2014 8:26 pm
Forum: XHTML
Topic: HML5 and micro data validation
Replies: 20
Views: 19578

Re: HML5 and micro data validation

As said above, all items I'm considering in that post are related to microdata <meta> tags in <body> I don't see anything in the specs saying that <meta> is allowed in <body>, could you give me a link to that particular reference in the specs? see http://www.whatwg.org/specs/web-apps/current-work/mu...
by jpmoularde
Mon Feb 24, 2014 1:17 am
Forum: XHTML
Topic: HML5 and micro data validation
Replies: 20
Views: 19578

Re: HML5 and micro data validation

Hello!
It seems that the HTML 5 validator is not in line with specifications on the following items:
  • <meta> tags in <body>
  • "propref" attribute
  • "datetime" attribute in <time>
and maybe some other ones.
Can we expect an update of the validator?
by jpmoularde
Sat Feb 22, 2014 4:04 pm
Forum: Other Issues
Topic: Encoding of "oelig"
Replies: 2
Views: 1908

Re: Encoding of "oelig"

Thanks Radu for your answer. In fact I'm personally not interested any more in being "warned", as this has already been the case by the confusion I got into when I inserted a character that was not recognized whereas it was recognized in another file. I now know why, and I will certainly n...
by jpmoularde
Thu Feb 20, 2014 1:32 pm
Forum: Other Issues
Topic: Encoding of "oelig"
Replies: 2
Views: 1908

Encoding of "oelig"

Hello! I discovered that the "oelig" character "œ" has two definitions in the character map (and same for upper case): http://jeanpierre.moularde.free.fr/images/OElig.png Their shapes are slightly different, but it's not easy to recognize them at first glance. The obvious reason ...
by jpmoularde
Sat Feb 01, 2014 1:05 pm
Forum: XHTML
Topic: HML5 and micro data validation
Replies: 20
Views: 19578

Re: HML5 and micro data validation

Thanks

By the way, the correct way of coding dates in HTML5 seems to be

Code: Select all

<time datetime="2014-03-13" itemprop="endDate">March 13, 2014</time>
by jpmoularde
Fri Jan 31, 2014 2:30 pm
Forum: XHTML
Topic: HML5 and micro data validation
Replies: 20
Views: 19578

Re: HML5 and micro data validation

Hi
Radu wrote:I cannot find an official specification for Microdata though.
To me the "Bible" is http://schema.org and -- you're right -- there doesn't seem to be another way of expressing a date than including it in a <meta> tag.
by jpmoularde
Thu Jan 30, 2014 1:09 pm
Forum: XHTML
Topic: HML5 and micro data validation
Replies: 20
Views: 19578

Re: HML5 and micro data validation

Hello! I noticed that the latest version of XML Editor includes the "itemprop", "itemscope" and "itemtype" attributes. But there is still an attribute missing, "content", which allows to give the value of a parameter in a conventional format. Dates for instanc...
by jpmoularde
Mon Jan 06, 2014 11:52 am
Forum: XHTML
Topic: HML5 and micro data validation
Replies: 20
Views: 19578

Re: HML5 and micro data validation

Thanks, Radu
I'll try it today and keep you informed
by jpmoularde
Sun Jan 05, 2014 6:26 pm
Forum: XHTML
Topic: HML5 and micro data validation
Replies: 20
Views: 19578

Re: HML5 and micro data validation

Thanks Radu The trouble is I don't know how to authorize myself to overwrite that file on my PC (windows 7). It's the first time in years I have to do that, the way to do has apparently changed from the last time I did it under Windows XP, and the documentation is less than easy to understand. Regar...
by jpmoularde
Sun Jan 05, 2014 5:51 pm
Forum: XHTML
Topic: Personalized templates
Replies: 2
Views: 5543

Re: Personalized templates

Thanks!
It's exactly what I was looking for.
by jpmoularde
Sat Dec 28, 2013 3:03 pm
Forum: XHTML
Topic: Personalized templates
Replies: 2
Views: 5543

Personalized templates

Hello! I'd like to create some personalized templates to avoid the cumbersome task of copying some pieces of code every time I create a new xml file corresponding to a personal type of document. I know that it's possible, I read the help about templates and couldn't find actually where to put these ...
by jpmoularde
Sat Dec 28, 2013 2:55 pm
Forum: XHTML
Topic: HML5 and micro data validation
Replies: 20
Views: 19578

Re: HML5 and micro data validation

Thanks Radu When I say "HTML5", I mean XHTML, of course. I hardly understand why people continue using non xml compliant html, even when they establish a new standard! Personally I developed a small HTML generator in php, which takes care of unclosed marks and forces attributes to have a v...
by jpmoularde
Thu Dec 26, 2013 8:35 pm
Forum: XHTML
Topic: HML5 and micro data validation
Replies: 20
Views: 19578

HML5 and micro data validation

Hello! I'm introducing the "microdata" in my web site, according to http://schema.org/ It consists of adding a few attributes which are interpreted by web search engines, specifically "itemscope", which tells that it's the beginning of a microdata object, "itemtype", wh...
by jpmoularde
Sat Mar 17, 2012 2:39 pm
Forum: Feature Request
Topic: New document type ?
Replies: 1
Views: 1780

New document type ?

Is there a way to define myself a new type of document? I'm a user of a programming language which requires the support of UFT-8 characters. If I use oXygen's "text" document type, I should declare that all "text" documents should be in UTF-8, which is not what I want. Moreover, ...
by jpmoularde
Thu Apr 07, 2011 6:20 pm
Forum: Feature Request
Topic: PHP syntax checking
Replies: 3
Views: 2519

PHP syntax checking

Hello! I use extensively XML Editor for editing php files on a web server. The fact that you can access directly remote files is very interesting for a language which is interpreted on the server side (I have no php interpretor on my PC, and any way I need to make sure that it works actually on THAT...
by jpmoularde
Thu Nov 04, 2010 12:37 pm
Forum: Feature Request
Topic: File Format Conversion
Replies: 6
Views: 4341

Re: File Format Conversion

Please ignore this paragraph in my previous post which doesn't make sense!
jpmoularde wrote:Alternatively (or in addition to) that solution, would it be possible to include in the configuration parameter that a new type of file has to be supported as UTF-8 encoded?
JP
by jpmoularde
Thu Nov 04, 2010 12:29 pm
Forum: Feature Request
Topic: File Format Conversion
Replies: 6
Views: 4341

Re: File Format Conversion

This is an interesting request and I added an entry related to it on our issue tracker. We will let you know about its resolution. Julian Your answer dates about one year ago, and I have not seen any news about this topic. Is there a solution that I'm not aware of? Alternatively (or in addition to)...
by jpmoularde
Wed Dec 16, 2009 4:20 pm
Forum: Feature Request
Topic: File Format Conversion
Replies: 6
Views: 4341

Re: File Format Conversion

Apparently, the only possibility to change file encoding resides in the "Encoding of non XML document" feature. I had some month ago to produce a "plain document" in UTF-8, and I set up that parameter to UTF-8. A few week later I had to make change in a php file: the result was t...