|
|
|
Internet Explorer
|
|
IE caches files by default which can prevent opening of
a later version. The effect is particularly noticeable
during repeated tests when XML references an XSL file
that has been changed but is not opened because of a
cached version of the XSL.The solution is to require
IE to check for new versions on every visit to a page.
In IE: Tools | Internet Options | Temporary Internet
Files Settings | Every Visit to Page |
|
|
Access Web site from Home or Wireless
|
|
Currently, the following Windows setup gives to access
your IUS Web site from home or wireless connection. The
process is basically the same for XP or Vista. At IUS
the Web site is the W: drive.
- Create a Virtual Private Network (VPN)
connection from your computer to IUS.
- Open Network Connections (XP) or Control
Panel | Network and Sharing Center (Vista).
- Click create New Network Connection
- Select Connect to Workplace
- Use Internet address of: vpn.ius.edu
- Enter your IU username and password.
- Map IUS Web site to your computer's W: drive.
- Open any folder.
- Open Tools.
- Select Map Network Drive.
Drive:
W
Folder:
\\se-cser-nas1\homepages\ads\username
where username is your IU username.
|
|
|
XML/XSL
|
|
Syntax checking of XML/XSL is rigorous, flagging errors
that would be ignored in HTML by the browser. For
example, the following is acceptable as HTML:
<FORM NAME=ONE>
<INPUT type=text name="TWO" >
</form>
but has the following errors as XML/XSL:
- ONE must be quoted,
- text must be quoted,
- INPUT requires a matching end tag </INPUT>
- </form> must match <FORM>
Below is valid XML/XSL:
<FORM NAME="ONE">
<INPUT type="text" name="TWO"/>
</FORM>
|
|
|
Access is denied
|
|
The following error may occur when testing XML files
downloaded from one computer to another such as the ZIP
files for the assignment. Vista (and perhaps XP) blocks access to files, presumably attempting to protect you from using files you have copied
to your computer. Unblock access to individual files by the following:
- Open in Windows Explorer the directory containing the file, either
the XML file or one referenced by the XML.
- Right click on the file and open Properties.
- Click Unblock.
The XML page cannot be displayed
Cannot view XML input using XSL style
sheet. Please correct the error and then click the
Refresh
button, or try again later.
Access is denied. Error processing resource 'file:///W:/N341/Project/TraderSummaryContent.xsl'.
|
Unblock access to all files in a directory by the following:
- Download
Streams, copy Streams.exe to Windows directory
if possible.
- To unblock all the files in directory c:\temp
and any subdirectories enter:
Streams –d
–s c:\temp
|
|
|
|
|
|