IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Detecting a Linefeed character in XSLT

  • 1.  Detecting a Linefeed character in XSLT

    Posted Wed December 26, 2012 10:32 PM

    Hi,
    I need to detect and remove Linefeed characters within XSLT. I have tried ‘&lf’ (as is used in Tibco from which this integration is being converted), ‘&#10’, ’ ’ ‘&#xa’ and ’ ’ all to no avail.

    Does anyone know what the exact unicode syntax I need to use to detect and either ignore (string-before) or remove (translate) embedded linefeed characters in in XML File ??

    Cheers,
    David


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Detecting a Linefeed character in XSLT