Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^4: Why XML not well formed?

by davorg (Chancellor)
on Jun 30, 2005 at 16:11 UTC ( [id://471379]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Why XML not well formed?
in thread Why XML not well formed?

That would potentially disastrous effects if the XML contained any entities.

--
<http://www.dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

Replies are listed 'Best First'.
Re^5: Why XML not well formed?
by holli (Abbot) on Jun 30, 2005 at 16:28 UTC
    Yup. better to make it a bit more restrictive.
    s/"(http[^"]+)&(?!amp;)/$1&amp;/g;


    holli, /regexed monk/
      VERY good point

      Don
      WHITEPAGES.COM | INC

      Edit by castaway: Closed small tag in signature

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-24 18:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found