
rajeshgee
New User
Apr 26, 2008, 12:11 AM
Post #1 of 1
(1503 views)
|
Journal reference concept matching with text database file
|
Can't Post
|
|
Hi, Database Text file is having the below. journal=Authors<d>, </d>year<d> </d>articletitle<d>. </d>journaltitle<d> </d>vol<d>(</d>issue<d>): </d>strtpage<d>-</d>endpage<d>.</d> and the Input text file is having Journal = CHTELET-LANGE, L., 1968 The grotto of the unicorn and the garden of the Villa di Castello. Art bulletin 50(1): 51-58. I need the ouput Like <au>CHTELET-LANGE, L.</au><d>, </d><yr>1968</yr><d> </d><art>The grotto of the unicorn and the garden of the Villa di Castello</art><d>. </d><jt>Art bulletin</jt><d> </d><v>50</v><d>(</d><is>1</is><d>): </d><f>51</f><d>--</d><e>58</e><d>.</d> How can i match this and replace like the database requirement in perl coding. please guide us. Regards Rajesh
|