Description: Introduction One of our visitors decided they would give something back. It\'s not much, but here are a couple of ASP functions for XML Data transfer that they found to be very useful. Two functions that allow for XML Data transfer getXMLField Function getXMLField(strFieldName) Dim objDom Dim objRoot Dim objField Dim strFile Dim PageNo PageNo = Request.QueryString(\"page\") If PageNo = \"\" Then PageNo = \"1\" End If \'Page Number strFile = \"Page\" & PageNo & \".xml\"...