Is it possible to use XSLT 2.0 for inroads/OpenRoads report style sheets? There is a lot more functionality in the newer version.
Thanks,
Jason
Others may have tried it and have more experience but I would think you could. Your best bet is to just try and see what happens.
For more information about the Road and Site design tools, visit the Road and Site design WIKI at: http://communities.bentley.com/products/road___site_design/w/road_and_site_design__wiki
I just tested (by inserting an xsl function) and it does not seem to work. Simply setting the stylesheet version to 2.0 or 3.0 (or even 4.0, which doesn't exist) works, but I'm pretty sure the XSL processor in use only handles XSLT 1.0 since the added functionality does not. Actually, it only seems to work with XSLT 1.1... which was only ever a draft specification so is a bit confusing.
This appears to be a Microsoft issue, as Bentley relies heavily on .Net frameworks and MS has opted not to support XSLT 2.0. XSL 3.0 is out now, but they still haven't decided whether to support it (seems unlikely). See https://social.msdn.microsoft.com/Forums/en-US/fe935b51-62ad-4685-bd56-4faa9c572474/xslt-20-transformation-in-net-46?forum=xmlandnetfx for more.