[jira] Updated: (XALANJ-2170) Collected documentation fixes

2005-07-17 Thread Sarah McNamara (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2170?page=all ] Sarah McNamara updated XALANJ-2170: --- Attachment: XALANJ-2170-testdir-updates.zip Patch XALANJ-2170-testdir-updates.zip includes updates required to the build.xml, build.sh and build.bat fil

[jira] Updated: (XALANJ-2170) Collected documentation fixes

2005-07-17 Thread Sarah McNamara (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2170?page=all ] Sarah McNamara updated XALANJ-2170: --- Attachment: XALANJ-2170-javadir-updates.zip The patch, XALANJ-2170-javadir-updates.zip is a patch for updates to the build.xml for version number change

[jira] Updated: (XALANJ-2170) Collected documentation fixes

2005-07-17 Thread Sarah McNamara (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2170?page=all ] Sarah McNamara updated XALANJ-2170: --- Attachment: XALANJ-2170-docs.patch.txt Patch XALANJ-2170-docs.patch.txt is the first of a set of patches (from me) to address documentation changes for

[jira] Commented: (XALANJ-1371) Ideas for updates to the FAQ in the next iteration of the docs.

2005-07-17 Thread Sarah McNamara (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-1371?page=comments#action_12316010 ] Sarah McNamara commented on XALANJ-1371: Here's the status of this JIRA issue * No more DTM ID's available error message. Maybe with a pointer to the "I'm having pr

[jira] Commented: (XALANJ-1317) Update faq, dist directory to have link to PGP keys

2005-07-17 Thread Sarah McNamara (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-1317?page=comments#action_12316009 ] Sarah McNamara commented on XALANJ-1317: The FAQ has been updated (some time ago, not sure when exactly) to include a link to the KEYS file in cvs. See http://xml.

[OT] Pondering over ContentHandler's startElement

2005-07-17 Thread Dave Brosius
This question probably has been asked many times before, and i realize it's beyond xalan's devs to be the authority on everything sax, but indulge me if you wouldn't mind.     Was there any consideration to have the startElement signature return a boolean which informed the parser as to wheth

Re: Evaluation of xsl:attribute unexpectedly fails

2005-07-17 Thread david_n_bertoni
> The main reason why I want to do 'loop rolling' here is that I plan to > have a couple of different templates that would make use of this > construct with all the same global variable. If I want to make some > (consistent) changes in the parameter values of the template calls, I > only need t

Re: Evaluation of xsl:attribute unexpectedly fails

2005-07-17 Thread Axel Weiß
David Marston wrote: > The question was about referring to bundles of parameters when calling > a named template repeatedly. > > You could do what you want if you used the node-set() extension > function. The problem comes when you attempt > > where $globalSettings is a Result Tree Fragment, which

[jira] Commented: (XALANJ-719) Xalan-J build.xml bugs/enhancements

2005-07-17 Thread Sarah McNamara (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-719?page=comments#action_12315998 ] Sarah McNamara commented on XALANJ-719: --- The first set of issues, namely fixing the clean target and using the filter mechanism to update the Version, manifest and entit

[jira] Commented: (XALANJ-1977) Serializer needs its own NOTICE/LICENSE files

2005-07-17 Thread Sarah McNamara (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-1977?page=comments#action_12315996 ] Sarah McNamara commented on XALANJ-1977: This will be fixed via XALANJ-2170 that will track multiple documentation changes together in one big patch. > Serializer

[jira] Commented: (XALANJ-1982) Next realase of Xalan needs to mention serializer.jar in docs

2005-07-17 Thread Sarah McNamara (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-1982?page=comments#action_12315995 ] Sarah McNamara commented on XALANJ-1982: This will be fixed via XALANJ-2170 that will track multiple documentation changes together in one big patch. > Next realas

Re: Evaluation of xsl:attribute unexpectedly fails

2005-07-17 Thread david_marston
The question was about referring to bundles of parameters when calling a named template repeatedly. You could do what you want if you used the node-set() extension function. The problem comes when you attempt where $globalSettings is a Result Tree Fragment, which cannot be used in a path expre

Xalan-J bug triage for Tuesday July 12, 2005 (2 pm EDT) - minutes

2005-07-17 Thread Brian Minchau
SUBJECT: Xalan-J JIRA defect review WHEN: Tuesday July 12, 2005 from 2:00 to 3:30 pm EDT INVITEES: Active Apache Xalan committers CHAIR:Brian Minchau WHERE:Teleconference LAST MEETING WAS ON: Tuesday June 7, 2005 Outline: 0. Roll call 1. Old Business 2. Brief Su

Evaluation of xsl:attribute unexpectedly fails

2005-07-17 Thread Axel Weiß
Hi all, before I'm going to feed jira with a possibly invalid bugreport, I'd like to ask for the developer's opinions here. What I want to do is wrapping a long sequence of template calls into a loop, like in the following example. Beginning with a stylesheet of the form: ...