I am using ContentPicker that is currently deprecated. My XSLT is using umbraco.library:NiceUrl to get URL for a node property.
In order to migrate to new ContentPicker2 I've changes property editor, selected a referenced node and published.
Now My XSLT throws an error "OverflowException: Value was either too large or too small for an Int32."
When I output a property value I see values like umb://document/0ffcfa8002c6453d90383c41ebf509ba instead of an int ID.
What should I use in XSLT it order to get URL for umb:// references?
ContentPicker2 and XSLT
Hi,
I am using ContentPicker that is currently deprecated. My XSLT is using umbraco.library:NiceUrl to get URL for a node property.
In order to migrate to new ContentPicker2 I've changes property editor, selected a referenced node and published. Now My XSLT throws an error "OverflowException: Value was either too large or too small for an Int32."
When I output a property value I see values like umb://document/0ffcfa8002c6453d90383c41ebf509ba instead of an int ID.
What should I use in XSLT it order to get URL for umb:// references?
Below is a block of XSLT code tha I'm using now
is working on a reply...