Closed GoogleCodeExporter closed 9 years ago
Ah! I looks like you found a bug in VTL engine. FormatHtmlHelper.PathToUri
needs to handle with null paths correctly (returning an empty string should be
enough)
Original comment by Yann.Tre...@gmail.com
on 27 Feb 2011 at 7:54
And meanwhile, you might want to use the former XSL engine formatter
("Html-Old")
Original comment by Yann.Tre...@gmail.com
on 27 Feb 2011 at 7:56
Thanks - I did switch back to the old format. Is this an easy fix? A simple
guard against a null arg?
Original comment by wayne.br...@gmail.com
on 28 Feb 2011 at 2:17
Original comment by Yann.Tre...@gmail.com
on 28 Feb 2011 at 9:11
I think so. While migrating from XSL to VTL, I was unsure how the .NET XSLT
engine was handling with default values (such as null strings). I was actually
even not sure if those special cases were supposed to happen. So I just let
them unhandled and let the system fail fast in case it occurs.
Original comment by Yann.Tre...@gmail.com
on 28 Feb 2011 at 9:13
Original issue reported on code.google.com by
wayne.br...@gmail.com
on 27 Feb 2011 at 4:54