STIXProject / stix-to-html

Convert STIX XML to HTML
BSD 3-Clause "New" or "Revised" License
27 stars 12 forks source link

Saxon 9.6 Parameter Tunneling #73

Closed bworrell closed 9 years ago

bworrell commented 9 years ago

This pull request aims to address some issues surrounding parameter tunneling in Saxon 9.6. Changing tunnel="yes" to tunnel="no" in 8df65cd059e3b82775f16361c56d5d8b24f6caf0 seemed to have unintentionally stripped a <div class="reference"> from the output html document, thereby breaking the div expansion.

This has been tested with Saxon 9.5 and 9.6 and seems to work, but I'm unsure of the consequences of applying tunnel="yes" all over the place :)

bworrell commented 9 years ago

I spoke with @mattcoarr, offline who said this didn't seem completely crazy so I am gonna merge it :)