OASIS contains a lot of information that may be used to complete a URL or path name to a file on the server referenced in the oasis.xml. Below is a list of variables that maybe used in many of the attributes in the oasis.xml.
Use the "%"character to expand the variables. For example, the url attribute in the configurator may be identified as:
<configurator active="Y" url="https://my_home_website.com/configurator.asp?user=%user%&pass=%password%"/>
This might expand to the following:
<configurator active="Y" url="https://my_home_website.com/configurator.asp?user=johndoe&pass=msdoe"/>
The following variables are currently defined:
- user- the name of the user provided by the manufacturer and configured in OASIS
- pass- the password of the user provided by the manufacturer and configured in OASIS
- OASISuser- the OASIS user login user name.
Comments
0 comments
Please sign in to leave a comment.