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

XSL/XSP formatting problem

Subject: XSL/XSP formatting problem
From: "Jay" <blueegg@xxxxxxxxxxxx>
Date: Thu, 29 Mar 2001 15:36:41 -0800
 XSL/XSP formatting problem
I'm using tomcat/cocoon on an NT box trying to process XML through two
separate XSLT processes.
The first process uses XSP to create XML that is used by a second XSLT
process.

The result of the first process is creating an element (<test2>) which
contains a number of other elements (<a>), which are all to be used as <a
href="blahblah">blah</a> tags.

Using XSP to dynamically create these <a> tags, I get the following string:

<test2><a href="go.xml?id=1">a</a><a href="go.xml?id=2">b</a><a
href="go.xml?id=3">c</a></test2>

and the <a> elements in <test2> are being ignored by my xsl stylesheet.

If I create an xml file by hand and format it such:

<test2>
	<a href="go.xml?id=1">a</a>
	<a href="go.xml?id=2">b</a>
	<a href="go.xml?id=3">c</a>
</test2>

then my xsl stylesheet handles it fine.

I assume something happens in the resultant XML string produced by XSP that
is keeping my xsl from formatting it properly.

Any ideas why.  Or how to fix it?

Thanks,
Jay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.