Re: "nel" value for its:lineBreakType

On 24.9.2013 2:38, Yves Savourel wrote:
> Lots of occurrences indeed.
> 
> Strange: I thought the test files where validated using a batch file.

Seems that during the spec change, schema hasn't been updated. And more
over there is typo in schema, not covered by testcase:

<define name="its-lineBreakType.type">
    <choice>
      <value>cr</value>
      <value>lr</value>  <!-- Should be lf -->
      <value>crlf</value>
      <value>nel</value> <!-- Should be removed -->
    </choice>
  </define>

I can update schema of course.

   Jirka

-- 
------------------------------------------------------------------
  Jirka Kosek      e-mail: jirka@kosek.cz      http://xmlguru.cz
------------------------------------------------------------------
       Professional XML consulting and training services
  DocBook customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
 OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 rep.
------------------------------------------------------------------
    Bringing you XML Prague conference    http://xmlprague.cz
------------------------------------------------------------------

Received on Tuesday, 24 September 2013 09:34:55 UTC