Please, for every tree element having "href" property add additional "target" property, which will be passed to generated anchor markup.
Background: I want to open links in their own window. Browsers have no problem with javascript:window.open... inside href, but this have ugly sideefect for XPiNC (blank original window)
Thanks.