Menu

#26 first end tag ends define action

Release_0.8
open-accepted
nobody
None
7
2008-02-20
2002-05-09
No

Everything after the first end tag in the <action> part
of a <define element...> is ignored. (Elements already
open are properly closed, though.)

For example:

<define element="foo">
<action><b><i>f</i></b>o</action>
</define>
<foo/>

expands as <b><i>f</i></b>

Note that

<set name="foo"><b><i>f</i>o</b>o</set> &foo;

expands correctly; the problem is more likely to be in
the expansion than in the parsing.

Discussion

  • Jeffrey L. Taylor

    • milestone: --> Release_0.8
    • assigned_to: nobody --> austinblues
    • status: open --> open-accepted
     
  • Jeffrey L. Taylor

    • assigned_to: austinblues --> nobody
     

Log in to post a comment.