Later, I wish I hadn't started because it was giving me a headache.
But now, I have it working halfway decent.

This script contains functions for building or processing parts of an HTML Document, concerning elements and content contained within them (including lower-hierarchy elements and text)
It also has it's own referencing expression for elements.
Example: HTML.Body.Table.TR,2.TD,6
Where: Parent,Occurence.Child,Occurence
(Note: Occurence is 1 when not included)
Changes:
-v4 fixed a processing bug in _HTML_GetContent and _HTML_GetByExpression that returned the content of the wrong tag when a side-by-side occurrence followed a nested occurrence.
-v3 small changes
-Zipped both files
-Updated the test script (GUI Resizing/size fixes + Open file + Open Remote file + some quick-options for expressions)
-v2 - Scripts can now check whether the selected TreeViewItem has been recently changed
-Added the files as attachments instead of code boxes (some of the code was being malformed when inside the code boxes)
The Zip below contains both HTML_DOM.au3 and DOM_test.au3
HTML_DOM.zip 7.03K
594 downloads
Edited by crashdemons, 06 May 2008 - 09:38 AM.








