User Profile

Collapse

Profile Sidebar

Collapse
skbaskar
skbaskar
Last Activity: Oct 30 '07, 10:10 AM
Joined: Jul 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • skbaskar
    replied to Create Junck Output file
    in Perl
    Hi Jeff

    Actually if i saveas the file again as xml its works fine but when i use the current file as it is its produce junck characters.

    Please refer this url for my files http://download.35mb.c om/skbaskar/

    And I know that the xml file in the above url is not a well formed one and my job is to make it as well formed xml. when i try to make it as well formed one it creating junck characters.
    ...
    See more | Go to post

    Leave a comment:


  • skbaskar
    replied to Create Junck Output file
    in Perl
    Hi Jeff,

    Thanks for your immediate reply and i dont know how to attach my files with this post can you please guide me on attaching my files.

    Thanks in advance
    Baskar K...
    See more | Go to post

    Leave a comment:


  • skbaskar
    started a topic Create Junck Output file
    in Perl

    Create Junck Output file

    Hi All,

    I have one xml file and i want to change some text in that file for that i am using the following perl code

    [code=perl]open (IN, "c:/Unicode.xml") or die "Cannot open the xml File $!\n";
    open (OUT, ">c:/Unicode.txt") or die "Cannot Create the text File $!\n";
    binmode OUT;
    while(<IN>)
    {
    $_ =~ s/\$/<Start>/ig;...
    See more | Go to post
    Last edited by numberwhun; Oct 22 '07, 11:35 AM. Reason: add code tags

  • skbaskar
    replied to Word Macro to find LeftIndent
    Hi Killer,

    First thanks for your reply and you said InchesToPoints function cannot return every value between .0 and .99 but in my code the second message box returning the values .0 to .99 even i used the InchesToPoints function and when i pass the value to .LeftIndent then only it round the number. Till i dont know how to controle it.

    Sub IndentTagging()
    Indent = Val(0.5)
    With Selection.Find. ParagraphFormat...
    See more | Go to post

    Leave a comment:


  • skbaskar
    started a topic Word Macro to find LeftIndent

    Word Macro to find LeftIndent

    Hi All,
    I am new to vb and i tried a macro in word to find the paragraph indents and insert some tag for that indented text for e.g. indent 0.5 to 0.75 to be coded as <indent1> and 0.76 to 1.00 as “<indent2>”

    Accommodate, (66) p.22, p.24,p.55
    Acid
    <indent1>Diphos phonic Acid, (35)p.36
    <indent2>Acryli c Acid, (35) p.36-37

    And this is my code

    [CODE=vb]Sub...
    See more | Go to post
    Last edited by Killer42; Jul 9 '07, 03:31 AM. Reason: Added [CODE=vb] tag
No activity results to display
Show More
Working...