Introducing the Recordx-XSLT gem
require 'recordx-xslt'
recxslt = RecordxXSLT.new(schema: 'month[name]/week[no]/day[x,wday]', xslt_schema: 'table[caption:name]/tr/td[div:x,div,div:event]')
puts recxslt.to_xslt
output:
... <\table> <\tr>
<\td> |
Project
require 'recordx-xslt'
recxslt = RecordxXSLT.new(schema: 'month[name]/week[no]/day[x,wday]', xslt_schema: 'table[caption:name]/tr/td[div:x,div,div:event]')
puts recxslt.to_xslt
output:
... <\table> <\tr>
<\td> |