Visual Net Server

Features Overview

News

VNS Component Administrator

Developer's Guide

Tutorials

Content Entity Reference

Fetch Reference

Transform Reference

Send/Save Reference

Params/Variables/Constants

User Management

Attribute Reference
>>accessif[»Conditional content structures]
>>addconversiontime[»Timing Functions]
>>addfetchtime[»Timing Functions]
>>addprocesstime[»Timing Functions]
>>addtransformtime[»Timing Functions]
>>altsource
>>APPLICATION_ID
>>applyscript
>>AUTHENTICATION
>>autodecode
>>Built-in variables
>>cacheexpires[»Caching content entities]
>>cacheid[»Caching content entities]
>>Caching content entities
>>Caching mediacomponents[»VNSERVER]
>>cardinality
>>characterparse[»textentity]
>>columnnames
>>Conditional content structures
>>CONTENTSTRUCTURE
>>context[»userentity]
>>convertnumber
>>convertstring
>>convertstringtoxml
>>dbtype[»sqlentity]
>>deep[»copyentity]
>>definelookup
>>delimiter[»tagentity]
>>directorytype[»directoryentity]
>>DIVIDEON
>>divider[»calculateentity]
>>elementmarkup
>>elementname
>>encode[»wordentity]
>>entitytransform
>>enumerate
>>excludeattributes[»htmlentity]
>>excludeelements[»htmlentity]
>>extract
>>extracthtml[»htmlentity]
>>fetchmethod
>>flat
>>ftpserver[»directoryentity]
>>groupsiblings
>>IF[»Conditional content structures]
>>includedatatypes[»sqlentity]
>>insertas
>>isparsed
>>isrelated
>>istransformed
>>keepquery[»sqlentity]
>>loginpage
>>loginstatus[»userentity]
>>logoutpage
>>MEDIACOMP_ID
>>mediacomponentcache[»VNSERVER]
>>moveelements[»copyentity]
>>noentityprocessing
>>normalizetext[»copyentity]
>>numberingroup
>>operation[»calculateentity]
>>others[»DIVIDEON]
>>PARAMETERS
>>passrequests[»mediacompentity]
>>personal[»userentity]
>>post[»xmlentity]
>>provider[»sqlentity]
>>receivetimeout
>>recorddelimiter[»tagentity]
>>recursion[»recursion]
>>recursive[»directoryentity]
>>relatekey[»relateon]
>>relateon
>>remove
>>requestnames[»requestentity]
>>requestnamesall[»requestentity]
>>resolvetimeout
>>rowname
>>save
>>schemalocation
>>SCRIPT
>>select
>>sendtimeout
>>shallow[»wordentity]
>>sort
>>stylestoelements[»wordentity]
>>Timing Functions
>>transform[»entitytransform]
>>transformoutput
>>transformtofile
>>url
>>useattribute
>>useencode
>>USERINFO
>>USERPROFILE
>>validateonparse
>>VNSERVER
>>vnsMtype
>>wordparse[»textentity]

Trouble Shooting

Tips and Tricks

Contact

About CNet



Other CNet Products
NewsToBuy
Termado
AdeTransact

info@cnet.se

Attribute Reference
This reference describes the Visual Net Server functions implemented as an XML-vocabulary. The vocabulary is attribute-based meaning that most directives are used as attributes to the XML-elements that define content entities.

The naming convention for the Visual Net Server functions is: attributes are in small letters, elements and system parameters are in capital letters.

The XML-representation of the functions is described using an informal syntax, usage examples, and with XML-schema definitions where suitable. The syntax convention for the informal syntax is,


<SYNTAX>
  <elementName entityTypeName="'yes'" entityAttribute="symbol | constant "/>
SYNTAX>


where
  • elementName is a wild card for an XML-element name, representing the parent element of a content entity.
  • entityTypeName is the name of a content enity type
  • entityAttribute is the name of an attribute (method) of the content entity type. A content entity can have zero or more such attributes.
  • The values of entityAttribute are specified by symbolor constant, where symbol is either of
    • elementName
    • : an XML-element name
    • attributeName
    • : an XML-attribute name
    • attributeValue
    • : an XML-attribute datatype value
    • Xpath
    • : an XSL-T Xpath expression
    • filename
    • : a WinOS file name path
    • directory
    • : a WinOS directory path
    • uri
    • : an HTTP URL or filename
    • IPaddress
    • : a numeric IP address or DNS identifier
    • data source name
    • : the name string of a system data source
  • constant is a list of attributeValue enclosed by single quotes, separated by "|" indicating choice. e.g., 'yes'|'no'.
  • A open list is specified as symbol [constant symbol]*, specifying one or more occurences of the symbol delimited by constant: e.g., attributeName [',' attributeName]*
  • A choice list is specified by a list of symbol, separated by "|": e.g., uri | filename


Click on the items in the menu to the left or click the print icon at the top of this page to have Visual Net Server generate a printer friendly version of this section.



(c) 2008 CNet, all rights reserved