Issue Details (XML | Word | Printable)

Key: JELLY-58
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: dion gillard
Reporter: Bill Keese
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Commons Jelly

documentation fixes

Created: 23/Jun/03 04:45 AM   Updated: 27/Aug/04 05:07 AM
Return to search
Component/s: documentation
Affects Version/s: None
Fix Version/s: 1.0-beta-4

Time Tracking:
Original Estimate: 1h
Original Estimate - 1h
Remaining Estimate: 1h
Remaining Estimate - 1h
Time Spent: Not Specified
Remaining Estimate - 1h

File Attachments:
  Size
Text File ForEachTag_patch.txt 2003-10-25 09:29 AM Robert McIntosh 0.9 kB
Text File InvokeTag_patch.txt 2003-10-25 09:30 AM Robert McIntosh 0.7 kB
Text File SetTag_patch.txt 2003-10-25 09:30 AM Robert McIntosh 0.9 kB

Resolution Date: 27/Aug/04 05:07 AM


 Description  « Hide
1. core:forEach - this function is documented as parsing over an XPath
expression. Actually, it parses over a list of things. xml:forEach parses
over an XPath expression.

2. xml:set - This function creates a variable of type List or Element,
rather
than type document. Thus, the variable created from xml:set can be
used from the other xml library functions, but it cannot be used directly
by most functions in other libraries, which accept Document variables.

3. core:invoke -
current: A tag which creates a new object of the given type
correction: A tag which calls a function in an object instantied by core:new

4. core:invokeStatic is not documented on web page (I think that if you
just regenerate the web documentation, this will be fixed automatically)



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order