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?

Reply via email to