Issue Details (XML | Word | Printable)

Key: MDL-15515
Type: Sub-task Sub-task
Status: Open Open
Priority: Minor Minor
Assignee: moodle.com
Reporter: Nicolas Connault
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-14589

HTML parser

Created: 03/Jul/08 03:13 PM   Updated: 13/Nov/09 04:08 PM
Return to search
Component/s: Files API
Affects Version/s: 2.0
Fix Version/s: None

File Attachments: 1. Text File parser.patch (130 kB)


Participants: Martin Dougiamas, moodle.com and Nicolas Connault
Security Level: None
Affected Branches: MOODLE_20_STABLE


 Description  « Hide
When a HTML resource is added, the parser identifies all the links to local resources and builds a list of these resources for processing by the File API.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Nicolas Connault added a comment - 04/Jul/08 03:40 PM
Found good php5 HTML parser library at https://sourceforge.net/projects/simplehtmldom/. Attached with stub for unit testing.

Martin Dougiamas added a comment - 24/Sep/08 02:06 PM
Is this still needed? We're going to be using something like @@PLUGINFILE@@ now right?