hi

but if use these entities "<" ">", the (for example
<table><MyText/table>
which means <table>MyText</table>). it is written out as text in the
html-page, 
but not as html-statement, so no html-table is built in the page.

regards, chris


-----Ursprüngliche Nachricht-----
Von: Christian Haul [mailto:haul@;dvs1.informatik.tu-darmstadt.de] 
Gesendet: Mittwoch, 23. Oktober 2002 13:12
An: [EMAIL PROTECTED]
Betreff: Re: use xsp-vars to generate html


On 23.Oct.2002 -- 12:45 PM, Thomas Garger wrote:
> but how can i put html-tag into xsp-variable??
> if i try the following, it fails -->

Thought you gonna ask that :-)

You may not use "<" and ">" in an xsp when not writing xml tags that are
part of the document structure. So, you need to use the xml entities
"&lt;" "&gt;" instead.

Another solution is the capture logicsheet.

        Chris.
-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to