https://issues.apache.org/bugzilla/show_bug.cgi?id=32461
Stefan Bodewig <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Target Milestone|1.8.0 |1.7.0
--- Comment #10 from Stefan Bodewig <[EMAIL PROTECTED]> 2008-11-25 04:36:11
PST ---
OK. xslt supports a nested <style> element which supports any resoucre as
nested element. This doesn't seem to be documented in the online version of
the manual, but has been the case for Ant 1.7.0 (from looking at the tagged
code).
So inline stylesheets are possible using
<xslt ...>
<style>
<string><![CDATA[...]]></string>
</style>
</xslt>
svn revision 720481 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=720481 )
contains a testcase for this.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.