Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: XML::Parser and &entity;

by mirod (Canon)
on Nov 26, 2002 at 16:45 UTC ( [id://215865]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <!DOCTYPE rec [
    <!ENTITY le "&#8804; >
    <!-- many more entity declarations-->
    ]>
    <rec> &le;</rec>
    
  2. or download this
    <!DOCTYPE rec [
    <!ENTITY % HTMLlat1 PUBLIC
       "-//W3C//ENTITIES Latin 1 for XHTML//EN"
    ...
    %HTMLspecial;
    ]>
    <rec> &le;</rec>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-19 13:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found