Re: RE: [xsl] self closing elements with attributes

Subject: Re: RE: [xsl] self closing elements with attributes
From: annirack@xxxxxxx
Date: Tue, 06 Jan 2004 13:15:18 -0800
> Hmm... I'm using Xalan 2.5.2 and when I process this template:
 
[snip]
 
> I get:
 
I knocked off the carriage returns in my source, and I got:

<?xml version="1.0" encoding="UTF-8"?>
<foo bar="some foo"/>
<foo bar="some foo"/>
<foo bar="some foo">

      foo</foo>
<foo bar="some foo">

      foo</foo>


> Which seems correct.  What do you get?

This also seems correct to me.

Obviously, the template that I originally showed was not, in fact, the template I was using, it was simply a similar template.

Checking further in my code, I discovered that I had not used a <xsl:output /> element.  I didn't know that I needed that, but without it, my stylesheet doesn't work.

Thanks,
--Brendan


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


Current Thread