Donate Share

Saxon XSLT and XQuery Processor

Tracker: Bugs

5 -a option fails if title specified - ID: 444070
Last Update: Settings changed ( mhkay )

The -a option on the command line causes the source
document to be processed using the stylesheet
identified in an <?xml-stylesheet?> processing
instruction within the source document. It should
perform a search that ignores the title, media and
charset pseudo-attributes (though the JAXP interface
allows a more specific search). However, the search
fails if either the title or media pseudo-attributes
are present.

Reported by Sebastian Rahtz [sebastian.rahtz@computing-
services.oxford.ac.uk]

Present in all previous versions (as far as I know).

Source code fixed: change line 420 of
com.icl.saxon.Stylesheet
from
Source style = factory.getAssociatedStylesheet
(sourceInput, "", "", "");
to
Source style = factory.getAssociatedStylesheet
(sourceInput, null, null, null);

MK


Michael Kay ( mhkay ) - 2001-07-24 11:35

5

Closed

Fixed

Michael Kay

Command Line

v6.4

Public


Comments

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Changes ( 3 )

Field Old Value Date By
status_id Open 2001-09-18 13:29 mhkay
resolution_id None 2001-09-18 13:29 mhkay
close_date - 2001-09-18 13:29 mhkay