[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Using HTML tags

Subject: Re: Using HTML tags
From: Alessio Mazzieri <mazzieri@xxxxxxxxxxx>
Date: Tue, 27 Nov 2001 16:45:34 +0100
xsl html encoded tags
encode the previous string as

<description>Some &lt;b&gt;description&lt;/b&gt;</description>


why couldn't that be encoded with elements


encode the previous string as


<description>Some <b>description</b></description>


in which case you would be in much better position.


I agree with you, and perhaps I solve my problems if I could write tree fragment into a node using FP-TAGLIB.
In fact, I use this code fragment to insert data in XML document:


<fp:if-post>
  <fp:write to="XMLdoc" select="{@tag}">
    <request:get-parameter name="{@tag}"/>
  </fp:write>
</fp:if-post>

But, again in this case, the <request:get-parameter> return an encoded version of what I've typing in the input box posted to the XSP page!
On other hand, I'm not sure that


<fp:if-post>
  <fp:write to="XMLdoc" select="{@tag}">
    Some <b>description</b>
  </fp:write>
</fp:if-post>

will working fine! Or not?

Alessio


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.