Modify ↓
Ticket #302 (closed defect: fixed)
Incorrect error detecting in XSLT filter
| Reported by: | alexeyshockov | Owned by: | alexeyshockov |
|---|---|---|---|
| Priority: | major | Milestone: | 2.3.3 |
| Component: | phing-tasks-ext | Version: | 2.3.2 |
| Keywords: | xslt | Cc: |
Description
XSLT filter throws exception, when result of XsltProcessor::transformToXml() may be represented as false (empty string, by example), but transformation may be successful with this result.
As documented, transformation ended with errors only if result is false (false, not empty string!).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in r419.