Author: SSWUG Research

Community

Using DTS and FTP to Push Files

From SQLTeam – This article comes to us from Bill Twomey. Bill writes “I had to automate a daily extract process. This job had to extract a set of records, and deliver them to a remote system. At first this seemed like an easy task, but the requirements of outgoing transfer, a new filename each day

Community

Transforming XML Schemas

by Eric Gropp – As an example, this article describes an XSLT document which creates an XHTML form based on the WXS definition of a complex element. For brevity and clarity, the article omits several WXS and XHTML form aspects, including attribute definitions, keys, imported/included schemas, and qu

Community

Generating DOM Magic

by Uche Ogbuji – In this article I present examples and techniques for using generators for XML processing. If you’re not already familiar with Python generators, you should read ” Iterators and simple generators”, by David Mertz. Since this article builds on a previous one of mine, ” Streamlining D