Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: Litchie on July 30, 2010, 04:37:07 AM

Title: Parsing Chat transcripts from the DB
Post by: Litchie on July 30, 2010, 04:37:07 AM
Hi,
We are developing a tool to parse the transcripts of chat from the universal contact server db. I have a xsl file which uses

xsl:if match
xsl:eval

These functions seems to be outdated and it is not getting compiled in my tool.

Is there any other way wherein we can iterate the xml and get the transcripts .Kindly let me know.
Also let me know if there are any tools to get the transcript.

Thanks in advance...

- Litchie
Title: Re: Parsing Chat transcripts from the DB
Post by: René on July 30, 2010, 02:03:28 PM
Hi Litchie,

XSL Transformation is standard issued by w3.org. If you tool doesn't support some instructions then you should rewrite the transformation script by yourself.

R.