xsl-list
[Top] [All Lists]

[xsl] transforming from xml to JSF (java server faces)

2006-05-17 10:36:13
I'm trying to transform an XML file that describes a database schema into a set of jsf files to display the data.
The problem I have is with the initial
<%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %>
tag and others like it.

I've put the lines in a CDATA section so they can exist in the stylesheet but if I set the output type to html then I get
&gt; %@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %&lt;
which is no good.

If I use output method text then subsequent <html> and all other tags are quietly omitted.

If I use output method xml then I get the same as html.

How should I deal with this?






--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>