Search found 6 matches

by Daniel Kakona
Fri Apr 20, 2018 10:52 am
Forum: General XML Questions
Topic: XSLT
Replies: 6
Views: 4570

Re: XSLT

XSLT CODE <?xml version="1.0" encoding="UTF-8"?> <!-- This XSLT sample will convert the following email body in XML format generated by the Email Service to hierarchical XML that can be consumed by the Integration Server using SchemaVersion "1.0". <INCIDENT> <DESCRIPTIO...
by Daniel Kakona
Fri Apr 20, 2018 10:49 am
Forum: General XML Questions
Topic: XSLT
Replies: 6
Views: 4570

Re: XSLT

XSLT CODE I have my xslt script which gets the content of the xml formatted email and copies it into the Incident description field. The email content is as below: <INCIDENT> <DESCRIPTION> First Name: Paul Last Name: Luis Email Address: paul.l@yahoo.com Contact Number: 0123456789 How can we help you...
by Daniel Kakona
Fri Apr 20, 2018 9:36 am
Forum: General XML Questions
Topic: XSLT
Replies: 6
Views: 4570

Re: XSLT

I have my xslt script which gets the content of the xml formatted email and copies it into the Incident description field. The email content is as below: <INCIDENT> <DESCRIPTION> First Name: Paul Last Name: Luis Email Address: paul.l@yahoo.com Contact Number: 0123456789 How can we help you: Testing ...
by Daniel Kakona
Fri Apr 20, 2018 9:29 am
Forum: General XML Questions
Topic: XSLT
Replies: 6
Views: 4570

Re: XSLT

Hi, the email i'm sending <INCIDENT> <DESCRIPTION> : Thank you for visiting the Dis-Chem online store. Please complete the Ask the Expert form to make an enquiry. Ask an Expert First Name: Lezanne Last Name: Bonthuys Email Address: ynouby@haoo.fr . Contact Number: 0795056412 Who would you like to co...
by Daniel Kakona
Thu Apr 19, 2018 10:15 am
Forum: General XML Questions
Topic: XSLT
Replies: 6
Views: 4570

XSLT

Hi all, I have a ticketing system which receives emails formatted in xml sent by users. The system uses an xslt script to convert the xml formatted email into the supported xml format that the system uses to create a ticket. Below is an example of the email format which is sent to the system: <INCID...
by Daniel Kakona
Thu Apr 19, 2018 10:09 am
Forum: General XML Questions
Topic: XSLT
Replies: 0
Views: 2534

XSLT

Hi all, I have a ticketing system which receives emails formatted in xml sent by users. The system uses an xslt script to convert the xml formatted email into the supported xml format that the system uses to create a ticket. Below is an example of the email format which is sent to the system: <INCID...