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
_______________________________________________
xslt mailing list, project page http://xmlsoft.org/XSLT/
xslt@gnome.org
https://mail.gnome.org/mailman/listinfo/xslt

Reply via email to