Posted by urlisse on September 11, 2009 at 4:23pm
| Project: | XML Content |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | patch (to be ported) |
Issue Summary
XSLT stylesheets should be able to specify the output method (xml, html or text) of a transformation. The current transform method systematically returns XML output. This is a problem, especially since we normally need to output HTML content. Empty tags, for instance could break the display. This patch uses the transformToXML method, which takes into account the output method of the stylesheet.
| Attachment | Size |
|---|---|
| d6-xmlcontent-r1.10-transformation.patch | 859 bytes |