xsl-list
[Top] [All Lists]

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

2006-09-11 07:22:16
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(_dot_)mukul(_at_)gmail(_dot_)com> wrote:
Sorry, I am unable to understand your requirement. You need to explain
a bit more clearly.

On 9/10/06, Jaebin Lee <jaebin(_dot_)charade(_at_)gmail(_dot_)com> 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--