<div dir="ltr"><div>Hi,</div><div><br></div><div>since I work with Yanel, sometimes I stumble across this "bug", that somehow only occurs at the XSLT in Yanel, but not otherwise.</div><div><br></div><div>Maybe you also have this issue and solved it somehow?</div>
<div><br></div><div>What I want:</div><div>- 1 Resource has 1 view and 1 XSL.</div><div>- The XSL produces the final HTML.</div><div>- Parts of the HTML should be copied 1:1 from an existing XML in the Yarep Repo.</div><div>
- So the approach is to code the XSL like this:</div><div><br></div><div><xsl:value-of select="//ns0:myHTMLelement" disable-output-escaping="yes"/><br></div><div><br></div><div>- The XML has stored some escaped HTML in the node myHTMLelement:</div>
<div><br></div><div>&lt;p>here is some text&lt;/p><br></div><div><br></div><div>I tested a little example here:</div><div><br></div><a href="http://xsltransform.net/jyH9rLY/3">http://xsltransform.net/jyH9rLY/3</a><br>
<div><br></div><div>But when I run it on Yanel, the final HTML is not a paragraph with the text "here is some text" but it renders "<p>here is some text</p>"</div><div><br></div><div>Obviously something does not work correctly in the XSLT (BasicXMLResource.getXMLView())</div>
<div><br></div><div>Any idea?</div><div><br></div><div>Cheers, Balz</div></div>