Hello,
Another one i found in forum-code is this:
(let* ((this-root (document-element (grove-root (current-node))))
...
((sxpath '(include)) this-root)
I think here will be define the include.
Now I think can i also say
(make element gi: 'xsl:include
attributes: `((href, "Ab3f94a344bc41fc086f4bb8635df32ca")))
and get the same result, but it seems there is a different between it.
When use both methods at the same time i will get two include wich are the same:
<xsl:include href="Ab3f94a344bc41fc086f4bb8635df32ca"></xsl:include>
So i think "He it works" so i remove the sxpath method and what
happen i cant read the generated documents no more.
It seems there is a different in generating of the documents, but where?
best regards
Raphael
|