Find Junk characters in xml file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • karthik1981
    New Member
    • Nov 2011
    • 11

    Find Junk characters in xml file

    Hi all,

    How to find junk character using perl in xml file?

    thanks in advance

    Karthik
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    You could use a regex to search through the xml file to see if the characters in question exist. You could read up on the XML::Simple module as a way to easily access the XML file also.

    Regards,

    jeff

    Comment

    • karthik1981
      New Member
      • Nov 2011
      • 11

      #3
      Find junk char in xml file

      Please send me the perl file for me.

      Comment

      • numberwhun
        Recognized Expert Moderator Specialist
        • May 2007
        • 3467

        #4
        What are you requesting? The Perl code? I don't have any for you if that is the case. I cannot produce perl code for you from nothing. Besides, your going to have to give it a best effort to try and do the filtering, but we will guide you where you need it.

        Regards,

        Jeff

        Comment

        Working...