Hello,
I hope you are still active...
I have been facing a problem with calling xslt:transform via an RESTXQ.
In my stylesheet I give:
Code:
<head>
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"/>
</head>
Result:
Code:
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
The element type "link" must be terminated by the matching end-tag "</link>".
Any help on that?
Thanks in advance