Language
 
Information
Article ID40
Created On2/17/2010
Modified2/17/2010
PSCommerce - API - PSXML

Usage:
Provides read/write access to the core PSCommerce XML files.

This class is only intended for use from the PSCommerce admin pages.

Properties:

  • None

Methods:

readSetting([ConfigSection] as string, [key] as string, [DocType] as PSEnums.DocType, [DocName] as string)
Returns a string value of the XML node requested.

writeSetting([key] as string, [value] as string, [ConfigSection] as string, [DocType] as PSEnums.DocType)
Allows direct write access to the XML node and file passed.

cleanXMLString([String] as string)
Returns string with HTML encoded characters converted to standard ASCII

cleanStringToXML([String] as string)
returns Server Encoded HTML string