[EMAIL PROTECTED] wrote:
> Hi All ,
> 
>        Is there any option in XSLT which will let us generates HTML tags in XSLT . 
>Iam having a problem where iam not closing </tr> for </tr> due to a condition and 
>hence it will be closed in a different template . If i use direct XSL i get as 
>expected malformed HTML syntax errors.
> 

While Apache::ASP does support XSLT rendering options, I believe
XSLT questions would be better directed at another list
that is specifically meant for XSLT questions ( XSLT is a
really HUGE topic ).

When doing XSLT, I have often found this ref card helpful:
   http://www.mulberrytech.com/quickref/XSLTquickref.pdf

As far as closing </tr> tags & such, you just really need
to make sure that you feed well formed XML into XSLT.
XSLT will actually let you generate HTML in the XSL page
that you define which you can see in the ./site/eg/template.xsl
file in the Apache::ASP distribution.

Regards,

Josh
________________________________________________________________
Josh Chamas, Founder                   phone:925-552-0128
Chamas Enterprises Inc.                http://www.chamas.com
NodeWorks Link Checking                http://www.nodeworks.com


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

Reply via email to