Menu

#3 Context variable . is sometimes destroyed after use.

open
nobody
Compiler (3)
5
2007-02-02
2007-02-02
No

Example:

import xmlpl.xml;

node[] main(document in) {
<html><head/><body>
foreach (decendant_or_self(in/*, QName("ACT"))) <span>
<h1>./TITLE/text();</h1>
<ul>
(: By here . is invalid :)
foreach (decendant_or_self(., QName("SPEAKER")))
<li>./text();</li>
</ul>
</span>
</body></html>
}

Discussion


Log in to post a comment.

Monday.com Logo