|
||
'reveal' software example of use.The reveal package comes with 5 files. 1 source file ( source.txt ), 2 tag description files ( single.crp and multi.crp ), and 3 example files ( file1.txt , file2.txt and file3.txt ). To test the single mode of reveal , launch reveal single.crp source.txt single.txt . This will parse source.txt and write it into single.txt which each tag replaced according with the content of single.crp . The test the multi mode, launch reveal multi.crp source.txt multi.txt . This will parse source.txt and write it into multi.txt which each tag replaced according with the content of each line of single.crp . The content of source.txt is write as many as there are lines describing the content of the tags in multi.crp . |
||
|