Upps,

I tink my question was a little confusing, sorry about that!

I have:
+ xml-file:
<someparent>
  <somenode>
        TEXT TEXT<br/> TEXT <a href="http://somewhere";>LINK</a> 
  </somenode>
</someparent>


+ xsl-template
<xsl:value-of select="/someparent/somenode"/>


+ Pipeline:
  1. Generate XML
  2. transform XSL
  3. serialize HTML

My output up to now is:
<html> ....

TEXT TEXT TEXT LINK

</html>


I dream of:
<html> ....

TEXT TEXT<br> TEXT <a href="http://somewhere";>LINK</a>

</html>


Can anyone give me a hint on how to achieve this?

Thanx,nils
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Nils K�ster


> -----Urspr�ngliche Nachricht-----
> Von: Christopher Painter-Wakefield [mailto:[EMAIL PROTECTED] 
> Gesendet: Montag, 5. April 2004 16:33
> An: [EMAIL PROTECTED]
> Betreff: Re: HTML-Code from XML-File in XSL
> 
> 
> 
> 
> 
> 
> What serializer are you using?  If you use the default (html) 
> serializer, the browser will display the html elements.  If 
> you use the xml serializer, you will see XML code in most browsers.
> 
> -Christopher
> 
> 
> 
> |---------+---------------------------->
> |         |           Nils K�ster      |
> |         |           <[EMAIL PROTECTED]> |
> |         |                            |
> |         |           04/05/2004 06:15 |
> |         |           AM               |
> |         |           Please respond to|
> |         |           users            |
> |         |                            |
> |---------+---------------------------->
>   
> >-------------------------------------------------------------
> -------------------------------------------------|
>   |                                                           
>                                                    |
>   |       To:       <[EMAIL PROTECTED]>                 
>                                                    |
>   |       cc:                                                 
>                                                    |
>   |       Subject:  HTML-Code from XML-File in XSL            
>                                                    |
>   
> >-------------------------------------------------------------
> -------------------------------------------------|
> 
> 
> 
> 
> Hi,
> 
> How can i generate and transform xml via xsl with displaying 
> HTML-Code out of the XML properly in the browser. Actually it 
> displays the html-code in the xml-file as source-code 
> (escaped) in the Browser.
> 
> Thanx,
> nils
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
> - - - Nils K�ster
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to