User Profile

Collapse

Profile Sidebar

Collapse
srkumar
srkumar
Last Activity: Apr 19 '08, 06:58 AM
Joined: Jan 8 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • srkumar
    started a topic Finding Junk Characters
    in Perl

    Finding Junk Characters

    Hi..

    I am trying to replace junk characters. I could not find the junk characters.. need help on this...

    Input File:
    <aff id="aff2">Insti tute of Astronomy, Bulgariaóšö×èë</aff>

    Output File:

    <aff id="aff2">Insti tute of Astronomy, Bulgaria&#x00F3 ;&#x0161;&#x00F 6;&#x00D7;&#x00 E8;&#x00EB;</aff>

    Thanks...
    See more | Go to post

  • srkumar
    replied to Hii I am newbie to perl
    in Perl
    Hi that is an example i have given, i want to remove the newline in the whole XML file.

    Please Advice,
    srkumar
    See more | Go to post

    Leave a comment:


  • srkumar
    started a topic Hii I am newbie to perl
    in Perl

    Hii I am newbie to perl

    I am trying to convert an xml file through perl. I want to remove the new line, for example:-

    My xml:-
    [code=xml]
    <bridgehead>
    <strong>Explora tion and Settlement</strong>
    </bridgehead>
    [/code]

    i want to convert the above xml file as:

    <bridgehead><st rong>Exploratio n and Settlement</strong></bridgehead>

    my code...
    See more | Go to post
    Last edited by numberwhun; Jan 9 '08, 12:56 PM. Reason: add code tags
No activity results to display
Show More
Working...