Categories
Tags → Xml Code Sample

Detect Credit Card Fraud using Phython SOAP Web Service

Sample code to access FraudLabs Credit Card Fraud Detection Web Service using SOAP method. FraudLabs is a hosted XML Web Service that allows instant detection of fraudulent online credit card orders by using several non-intrusive parameters such as I...
DETAILS

Detect Credit Card Fraud using Perl SOAP Web Service for Internet Merchants

Sample code to access FraudLabs Credit Card Fraud Detection Web Service using SOAP method. FraudLabs is a hosted XML Web Service that allows instant detection of fraudulent online credit card orders by using several non-intrusive parameters such as I...
DETAILS

Detect Credit Card Fraud using Java SOAP Web Service for Internet Merchants

Sample code to access FraudLabs Credit Card Fraud Detection Web Service using SOAP method. FraudLabs is a hosted XML Web Service that allows instant detection of fraudulent online credit card orders by using several non-intrusive parameters such as I...
DETAILS

Detect Credit Card Fraud using PHP SOAP Web Service for Internet Merchants

Sample code to access FraudLabs Credit Card Fraud Detection Web Service using SOAP method. FraudLabs is a hosted XML Web Service that allows instant detection of fraudulent online credit card orders by using several non-intrusive parameters such as I...
DETAILS

Make the most of Xerces - C++, Part 1

This two-part article offers an introduction to the Xerces-C++ XML library. Part 1 explains how to link the library into applications written in Linux and Windows. Ample code demonstrates parsing with the SAX API, and a sample application shows you h...
DETAILS

Using XLink to simplify the representation of data

This column takes a look at how to use XLink pointers when representing data to make XML documents more compact and flexible. Sample code shows examples of an invoice with and without the XLink pointers, plus an example of using XLinks with a URL-add...
DETAILS

Recurse, not divide, to conquer

Ever want to know how to bridge processing of an HTML element over two XSLT templates? Here''s why not to do it. This article demonstrates how to shift your thinking into the XSLT recursive approach, which is especially helpful if you have a bac...
DETAILS

Converting Your existing HTML to XML

This article explains how to easily migrate HTML pages to XML using HTML Tidy and a COM Wrapper. It discusses a sample conversion of the bookmark file from HTML to XML and then into a browser-neutral tree view. Helpful for sites where a lot of inform...
DETAILS

Managing e-zines with JavaMail and XSLT, Part 2

This article demonstrates how to automate e-mail publishing chores with Java and XML. This concrete application of XML and XSLT describes an e-mail newsletter (e-zine) publishing application that outputs both HTML and plain text e-mail messages. Five...
DETAILS

Reading XML file with Active Server Pages

This tutorial provides introduction to XML and then moves on to create an XML page. Step by step instructions are given to read the data from XML file using ASP pages. Sample Code and online demo available.
DETAILS

Page:
©2003-2019 jCay.com