" /> Parsing Chat transcripts from the DB - Genesys CTI User Forum

Author Topic: Parsing Chat transcripts from the DB  (Read 1922 times)

Offline Litchie

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Parsing Chat transcripts from the DB
« on: July 30, 2010, 04:37:07 AM »
Advertisement
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

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Parsing Chat transcripts from the DB
« Reply #1 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.