<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi Balz<br>
      <br>
      Can you send me the resource configuration, which you are using? I
      guess it must be something like<br>
      <br>
        <yanel:custom-config><br>
          <views xmlns=<a class="moz-txt-link-rfc2396E" href="http://www.wyona.org/yanel/rti/1.0">"http://www.wyona.org/yanel/rti/1.0"</a>><br>
            <view id="default"><br>
              <xslt>/app/xslt/global.xsl</xslt><br>
              <mime-type>text/html</mime-type><br>
              <serializer key="HTML_TRANSITIONAL"><br>
                <indent>no</indent><br>
              </serializer><br>
            </view><br>
      <br>
      Thanks<br>
      <br>
      Michael<br>
      <br>
      Am 27.08.14 09:26, schrieb basZero:<br>
    </div>
    <blockquote
cite="mid:CAOXzDSGKc8zq32KB_CnePRNNamb6Cr5qzj6o7SByWxFbatjQOg@mail.gmail.com"
      type="cite">
      <pre wrap="">Hi,

since I work with Yanel, sometimes I stumble across this "bug", that
somehow only occurs at the XSLT in Yanel, but not otherwise.

Maybe you also have this issue and solved it somehow?

What I want:
- 1 Resource has 1 view and 1 XSL.
- The XSL produces the final HTML.
- Parts of the HTML should be copied 1:1 from an existing XML in the Yarep
Repo.
- So the approach is to code the XSL like this:

<xsl:value-of select="//ns0:myHTMLelement" disable-output-escaping="yes"/>

- The XML has stored some escaped HTML in the node myHTMLelement:

&lt;p>here is some text&lt;/p>

I tested a little example here:

<a class="moz-txt-link-freetext" href="http://xsltransform.net/jyH9rLY/3">http://xsltransform.net/jyH9rLY/3</a>

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>"

Obviously something does not work correctly in the XSLT
(BasicXMLResource.getXMLView())

Any idea?

Cheers, Balz

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>