[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] XSL:problem printing the values in between two tags


Subject: Re: [xsl] XSL:problem printing the values in between two tags
From: "Jaebin Lee" <jaebin.charade@xxxxxxxxx>
Date: Mon, 11 Sep 2006 12:45:39 +0200

Hi, thank you for the reply.

my question was that from the part:

<p TEIform="p">
    Translation from italiano to castellano by Antonio Gabald=F3n;
       <lb TEIform="lb" />
   Subject: Teatro: tragedia;
       <lb TEIform="lb" />
   Type: Manuscrito MONOGRAFIA;
</p>

with  <xsl:value-of select="." />,
I will get the output in one line such as:

"Translation from italiano to castellano by Antonio Gabald=F3n;
Subject: Teatro: tragedia;Type: Manuscrito MONOGRAFIA;"

Would there be a way to switch to new line whenever the <lb> tag comes?
basically to print this in three different lines.

Thank you.
-Jaebin


On 9/11/06, Mukul Gandhi <gandhi.mukul@xxxxxxxxx> wrote:
Sorry, I am unable to understand your requirement. You need to explain
a bit more clearly.

On 9/10/06, Jaebin Lee <jaebin.charade@xxxxxxxxx> wrote:
> Thank you for the reply. It worked!
> I had another question, now if I want to change the line whenever <lb>
> comes in between the values but it seems that select="." prints out
> the value at once.
> Is there any way around to get away with that?
>
> Thank you!
> -Jaebin


-- Regards, Mukul Gandhi

http://gandhimukul.tripod.com


Current Thread