Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: Suppressing XML::LibXML External Parameter Entity Expansion

by scotth (Initiate)
on Mar 30, 2010 at 13:42 UTC ( [id://831858]=note: print w/replies, xml ) Need Help??


in reply to Re: Suppressing XML::LibXML External Parameter Entity Expansion
in thread Suppressing XML::LibXML External Parameter Entity Expansion

A co-worker pointed out that the XML example that I used was not the best. It is not actually the DTD that is being included as an entity, but rather an external entity file. Here is a better example of the XML:

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE studentPackage [ <!ENTITY % StudentEntities PUBLIC "ISO 9999-9999//ENTITIES Student C +haracter Entities 20100330//EN//XML" "http://www.student.org/Student_ +1-0/ent/StudentEntities"> %StudentEntities; ]>

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://831858]
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-24 08:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found