Hello,
in 4.2 Tamino XQuery supports some substring
functions, which you can use for that purpose,
e.g.
declare namespace xs = “XML Schema”
substring-before( string (xs:duration(“P2D”)), “T” )
Best regards
Walter
Hello,
in 4.2 Tamino XQuery supports some substring
functions, which you can use for that purpose,
e.g.
declare namespace xs = “XML Schema”
substring-before( string (xs:duration(“P2D”)), “T” )
Best regards
Walter