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

Re: replace string

by Utilitarian (Vicar)
on May 18, 2009 at 08:30 UTC ( #764604=note: print w/replies, xml ) Need Help??


in reply to replace string

Could you attach a sample of your source file, the regexes you have in place should work as expected, provided the characters in the file are as you expect.

Replies are listed 'Best First'.
Re^2: replace string
by sandy1028 (Sexton) on May 18, 2009 at 09:21 UTC
    How to convert XHTML entity characters to XML form
      No need, XHTML is XML
        The input is
        <b></b>Officially called <>“events,”< +/a> as "never events"
        the string should be converted to
        <b></b>Officially called <>“events,”< +/a>as "never events"
        How can I convert only such characters.

        In case anybody visits this node again, I have a guess what sandy1028 is talking about. HTML (and XHTML) define a set of named character entities such as  . Generic XML parsers will not recognize these entities because they are application specific. So he or she needs, for whatever reason, to translate XHTML-specific named character entities to their corresponding numeric character entities for use in some non-HTML XML application.

        A few years ago I had to do this myself when reformatting some good old-fashioned HTML into something that could be used in an XSLT stylesheet. Man was that a pain.

        How to encode or decode ’ to ’

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2023-12-08 19:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (37 votes). Check out past polls.

    Notices?