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

Generating JSP/JSTL

Subject: Generating JSP/JSTL
From: "Kai Weber" <weber@xxxxxxxxxxxxx>
Date: Tue, 24 Apr 2007 19:02:38 +0200
 Generating JSP/JSTL
Hello,

In the archives I found one with a similar problem:
http://www.biglist.com/lists/xsl-list/archives/200102/msg01662.html

Just to recap and to bring my problem to some attention: I want
to create a JSP with some JSTL for later processing on a application
server.

<?xml version="1.0"?>
<xsl:stylesheet
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	xmlns:c="http://java.sun.com/jsp/jstl/core"
	exclude-result-prefixes="c"
	version="2.0">

<xsl:output method="xml" omit-xml-declaration="yes"/>
<xsl:template match="/">
<ul>
	<c:choose>
		foo
	</c:choose>
</ul>
</xsl:template>

The target document should look like

<ul>
	<c:choose>
		foo
	</c:choose>
</ul>

But this it what it looks:

<ul>
	<c:choose xmlns:c="http://java.sun.com/jsp/jstl/core">
		foo
	</c:choose>
</ul>

Is it possible to achieve the wanted result and omit the xmlns
declaration in each element?

Gr|_e,

Kai Weber

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.