Re: Release candidate 1 of libxslt-1.1.27
Phil Shafer <[email protected]> Fri, 7 Sep 2012 09:59:26 -0400
| Newsgroups | gmane.comp.gnome.lib.xslt |
|---|---|
| Message-ID | <[email protected]> |
Daniel Veillard writes:
> Just wondering, shouldn't that attribute be namespaced ?
Extension attributes are typically namespaced. For example
the <func:function name="xxx"> or <func:result select="yyyy">.
The "select" attribute for <redirect:write> also has no
namespace.
>Where is this described ?
http://xml.apache.org/xalan-j/apidocs/org/apache/xalan/lib/Redirect.html
Calls to redirect:write and redirect:open also take an optional
attribute append="true|yes", which will attempt to simply append
to an existing file instead of always opening a new file. The
default behavior of always overwriting the file still happens
if you do not specify append.
Thanks,
Phil