|
Home >Online Product Documentation >Table of Contents >Declaring an XSLT Extension Function Declaring an XSLT Extension FunctionExtension functions must have one of the following signatures: public Object FxnName() public Object FxnName(Type1 var1, Type2 var2,...) public static Object FxnName() public static Object FxnName(Type1 var1, Type2 var2,...) A class that contains an extension function might look like the following: |
XML Development Blogs
Blogging is the hottest fad on the Internet and Stylus Studio has jumped on the bandwagon. Bookmark these XML Blogs to keep up with all the latest XML buzz in the internet blogosphere. Includes RSS and Atom Feeds!
EDI to XML
Using the DataDirect XML Converters EDI repository, the EDI to XML Conversion module is able to support dozens of EDI standard dialects and message types like EDIFACT, HL7, and X12.
XQuery Tools Support for TigerLogic XDMS
Stylus Studio's integration with the TigerLogic XDMS XQuery processor, allowing you to execute advanced XQuery expressions directly against any TigerLogic XDMS instance.
Flat File to XML Mapper
Convert any flat file to XML in 3 clicks or less using the Stylus Studio Flat File to XML Mapper. Supports tons of different file encodings: UTF-8, UTF-16, US-ASCII, ISO-8859-1, and more.


