Логин:

Пароль:

Форумы
Общие вопросы
Document Object Model
Обсуждаем конференцию
Web Usability (test)

Общие вопросы

Анекдот

MSDN Library представляет.
Анекдот из серии HOWTO.

HOWTO: Determine the Version of MSXML Used by Internet Explorer

1. Paste the following code into Notepad and save it as Books.xml.

<?xml version="1.0"?>
<catalog>
<book id="bk101">
<author>Gambardella, Matthew</author>
<title>XML Developer's Guide</title>
<genre>Computer</genre>
<price>44.95</price>
<publish_date>2000-10-01</publish_date>
<description>An in-depth look at creating applications
with XML.</description>
</book>
</catalog>


2. Download and unzip Filemon (a utility that monitors file activity on the system) from the following Web site:
Sysinternals
http://www.sysinternals.com


3. Run Filemon.exe and note that tracing starts immediately. Click the magnifying glass icon on the toolbar to stop the trace. To clear the display, on the Edit menu, click Clear Display.


4. To start a new Filemon trace, click the magnifying glass icon on the toolbar. In Internet Explorer, open Books.xml and then click the magnifying glass icon again to stop the trace.


5. To determine the version of MSXML that Internet Explorer used, on the Edit menu, click Find. In the Find text box, type MSXML. The first reference to MSXML is highlighted. The path usually points to \Winnt\System32\Msxml#.dll and to Iexplorer.exe, a process that Internet Explorer uses.


6. Double-click the highlighted line of text to open the System32 folder. Right-click Msxml#.dll, click Properties, and click the Version tab. The file version is listed under File Version.
СообщениеАвторДата
Gilmour25.06.2002 06:11
Maniac25.06.2002 10:29
Sad25.06.2002 21:23