Substring-after collation
Hi,
the XSLT 2.0 spec for substring-after is:
substring-after(arg1,arg2,collation)
As collation is optional, however I am using a program which is requiring it.
For example:
substring-after('test12', '12') would return '12'
what woulf the collation be?
substring-after('test12', '12', $collation)?
Thanks,
|