Details
Assignee
UnassignedUnassignedReporter
Adam CameronAdam CameronNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Priority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
Adam Cameron
Adam CameronNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Priority
Created 15 August 2015 at 17:06
Updated 4 November 2015 at 21:57
As
htmlParse()
andxmlParse()
are mostly analogous, the first argument for each should be implemented the same way.xmlParse()
accepts and XML string, or a path to a file.htmlParse()
only accepts an HTML string.