[Home] [By Thread] [By Date] [Recent Entries]

  • From: Rick Jelliffe <rjelliffe@a...>
  • To: xml-dev <xml-dev@l...>
  • Date: Sat, 31 Jul 2021 20:04:13 +1000

For anyone interested:  Recent updates based on a number of kind discussions here and elsewhere:
 
*  Anonymous element tags  <[  and ]>  are sugar for element tags with empty strings as name: <""> and </"">
*  Date intervals, wildcarding and approximation from modern ISO 8601:2018
*  Limit on token lengths to support SIMD processing of tokens better, such as Unicode Normalization filtering
*  Section on positioning
*  More examples
* Grammars reworked to show how fragment tags can be identified throughout document using regex:    

      .*(<<.+>>.*)*

    and how all tags can be identified throughout document using regex:

    \s*((<.+>[>]?).*)*

  (The revenge of the Desparate Perl Hacker?)


Regards
Rick

On Mon, Jul 26, 2021 at 11:18 PM Rick Jelliffe <rjelliffe@a...> wrote:
So I have rejigged the ideas based on many comments here, given it a name, and I have put up a little page, with much clearer examples. 


I think it hangs together OK.

Cheers
Rick 


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member