Modify ↓
#35 closed enhancement (fixed)
Recipe command for applying XSLT transformations
Reported by: | cmlenz | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.5 |
Component: | Recipe commands | Version: | |
Keywords: | Cc: | ||
Operating System: |
Description
Often, build actions produce XML files that need to be transformed into a format understood by the build master. There should be a recipe command for applying an XSLT transformation, probably based on libxslt.
Attachments (0)
Change History (4)
comment:1 Changed 19 years ago by cmlenz
- Milestone 0.4 deleted
comment:2 Changed 19 years ago by cmlenz
- Milestone set to 0.5
comment:3 Changed 19 years ago by cmlenz
- Status changed from new to assigned
comment:4 Changed 19 years ago by cmlenz
- Resolution set to fixed
- Status changed from assigned to closed
<x:transform> command implemented in [252]. Will prefer libxslt, but fallback to using MSXML on windows.
Note: See
TracTickets for help on using
tickets.
This will have to wait.