oscar.Util.Transform

Provides xslt transformation for xml documents.

Usage: var results = oscar.Util.Transform.transform(xml,xsl);

Summary
oscar.Util.TransformProvides xslt transformation for xml documents.
Functions
transform Transforms an xml node based on the rules passed inby the xsl stylesheet.

Functions

transform Transforms an xml node based on the rules passed in

by the xsl stylesheet.

Parameters

xmlThe xml node. xsl - The xsl stylesheet.

Returns: {String} (if IE) or {Element}