[Home] [By Thread] [By Date] [Recent Entries]
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 > %@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %< 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?
|

Cart



