I’ve looked it some more today and it would appear doing it the DOM Document way is the easiest and fastest too.
From what I see with LoadXML() one can search for custom tags within a string.
The only problem so far is that LoadXML() must have a string as it won’t take a path to a file (http or offline, doesn’t matter) or a string array from reading the file in via fgets().
If I do a for loop and get each ID of the array into a string variable as it desires (i.e. $example = $lines[$i]
it will run and give me a nice long list of errors. God only knows where it’s getting mysql errors from if there’s not a DB in sight. In LoadHTML() mode it will of course load just jolly fine but then custom tags aren’t going to be on the menu.
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Opening and ending tag mismatch: link line 1 and head in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Opening and ending tag mismatch: img line 1 and h6 in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Opening and ending tag mismatch: h6 line 1 and div in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: EntityRef: expecting ‘;’ in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: EntityRef: expecting ‘;’ in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Premature end of data in tag script line 1 in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Premature end of data in tag div line 1 in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Premature end of data in tag div line 1 in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Premature end of data in tag div line 1 in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Premature end of data in tag div line 1 in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Premature end of data in tag div line 1 in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Premature end of data in tag div line 1 in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Premature end of data in tag body line 1 in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Premature end of data in tag link line 1 in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Premature end of data in tag meta line 1 in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Premature end of data in tag meta line 1 in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Premature end of data in tag meta line 1 in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Premature end of data in tag head line 1 in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Premature end of data in tag html line 1 in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Start tag expected, ‘<’ not found in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Start tag expected, ‘<’ not found in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Start tag expected, ‘<’ not found in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Start tag expected, ‘<’ not found in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Start tag expected, ‘<’ not found in Entity, line: 1 in C:\wamp\www\get_data.php on line 10
Warning: mysql_connect() [function.mysql-connect]: Access denied for user ‘user’@‘localhost’ (using password: YES) in C:\wamp\www\create_rss.php on line 114
Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in C:\wamp\www\create_rss.php on line 115
Warning: mysql_query() [function.mysql-query]: Access denied for user ‘SYSTEM’@‘localhost’ (using password: NO) in C:\wamp\www\create_rss.php on line 119
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\wamp\www\create_rss.php on line 119
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\wamp\www\create_rss.php on line 119
Warning: mysql_query() [function.mysql-query]: Access denied for user ‘SYSTEM’@‘localhost’ (using password: NO) in C:\wamp\www\create_rss.php on line 125
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\wamp\www\create_rss.php on line 125
Query failed