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.
...
User Profile
Collapse
-
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...Leave a comment:
-
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;... -
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...Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: