Re: [xslt] Release candidate 1 of libxslt-1.1.27



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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]