Hi again,

Anyone know if it's possible to do an fn:split on carriage returns (\n). I just get invalid expression error messages with:

        <c:forEach items='${fn:split(feed, "\n")}' var="row">
            <c:out value="${row}"/>
        </c:forEach>

TIA


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

Reply via email to