These are mostly XSL issues and are best asked on the XSL
mailing list...

PS The slop generator is creating tags for each line in your 
text file.. if you have unnecessary tags, its because you have
unnecessary lines.

>>> [EMAIL PROTECTED] 2004/08/07 06:25:40 AM >>>
what does the slop generator do? after using a slop generator with the
text i find that a lot of unnecessary tags are inserted like:

<parsed-text xmlns="http://apache.org/cocoon/slop/parser/1.0";><line
line-number="1">hello</line>
<empty-line line-number="2"></empty-line>
<empty-line line-number="3"></empty-line>
.....
......

my text "hello" is within the first tag.
How can this be retrieved using xsl?

i tried something like :
 <p>
    <xsl:value-of select="line"/>
   </p>
but cudnt retrieve. how can i do this?






-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to