Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Keeping bad HTML bad

by trs80 (Priest)
on Aug 24, 2002 at 16:52 UTC ( [id://192562]=note: print w/replies, xml ) Need Help??


in reply to Keeping bad HTML bad

Shame on me. RTFM.
I went to all the trouble of running through a debugger to see where it was doing the "correction" on the HTML when the answer was in the documentation if I had known better what to look for.

At line 291 it does a check for valid tags within other tags if the '_implict_tags' value is set. This is covered in the documentation with this:
$root->implicit_tags(value) Setting this attribute to true will instruct the parser to try to deduce implicit elements and implicit end tags. If it is false you get a parse tree that just reflects the text as it stands, which is unlikely to be useful for anything but quick and dirty parsing. (In fact, I'd be curious to hear from anyone who finds it useful to have implicit_tags set to false.) Default is true. Implicit elements have the implicit() attribute set.


This seems to correct the problem or should I say allow the problem to persist. Thanks for all the responses.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://192562]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-04-18 10:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found