Marpa::R2::HTML *will* handle your invented tags.  If on this input:

   <body>
    <invented>
      a
    </invented>
    <inv>b</inv>
I run this command:
marpa_r2_html_fmt --no-added-tag-comment --no-ws-ok-after-start-tag
I get as output this formatted version, interpreted as liberal HTML, and treating my invented tags like any others:
<html>
  <head>
  </head>
  <body>
    <invented>
      a
    </invented>
    <inv>b</inv>
  </body>
</html>

-- jeffrey

On 03/14/2014 06:10 PM, Ron Savage wrote:
MarpaX::R2::HTML won't handle tags invented by you. It contains a list of HTML tags only.
--
You received this message because you are subscribed to the Google Groups "marpa parser" group. To unsubscribe from this group and stop receiving emails from it, send an email to marpa-parser+unsubscr...@googlegroups.com <mailto:marpa-parser+unsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "marpa 
parser" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to marpa-parser+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to