Doc about redirect should be clear about AVTs
---------------------------------------------
Key: XALANJ-2028
URL: http://nagoya.apache.org/jira/browse/XALANJ-2028
Project: XalanJ2
Type: Bug
Components: Documentation
Versions: 2.6
Reporter: David Marston
Priority: Minor
The "Extensions Library" page on our website makes it clear that
redirect can select a file via @file or @select but does not clarify
the dividing line between the two. Does @file accept attribute value
templates (AVTs) and if so, should we discourage their use, anyway?
To what extent does @file mimic the @href of xsl:include? I suppose
@select takes a string-expression, making the {} of an AVT
unnecessary.
Ideally, the doc would address these 4-5 cases:
1. fixed filename in the current directory (already addressed)
2. fixed filepath (e.g., a/b/foo.out)
3. string expression that results in a complete name or path
4. combination of fixed and variable parts in a path (conceptually
a/{$sub}/foo.out but might really be concat('a/',$sub,'/foo.out'))
5. an URL, if URLs are supported
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]