I'm pretty sure it's as found.  The inner tags will not expend if the outer 
tags do not specifically allow them to do so. (i.e. if out2 doesn't parse the 
input, it just manipulates it in2 will never get a chance to run.)

-Courtney

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Javier Bezos
Sent: Friday, November 21, 2008 5:42 AM
To: [email protected]
Subject: [Mediawiki-l] Order of tag extensions

Given the following text

<out2>blah <in2>blah</in2></out2>
<out1>blah <in1>blah</in1></out1>

where out1, in1, in2, out2 are tags defined as usual in
that order. In which order are these tags "expanded"?

out1 in1 in2 out2 (ie, as defined)?
out2 in2 out1 in1 (ie, as found)?
in2 out2 in1 out1?
Someting else?

Thanks
Javier
..................
www.wikilengua.org

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to