Search Results

Search: Posts Made By: veerubiji
Forum: Programming 11-01-2012
2,853
Posted By veerubiji
Printing float values in C
Hi,

I have small problem to print float value in the fallowing code

float Cx, W,f=250000, Cr=92.00,pi=3.14;

W=2*pi*f;
Cx = 1/W.Cr; //Cx value will be come around like 7.07E-9....
Forum: Programming 12-06-2011
1,256
Posted By veerubiji
problem with xsd file creation
Hi every one,
I am new to xml data files,I have two xml files with same data but only small difference as shown below

<List>
<number>1101</number>
<Area>inner walls in a room.</Area>
...
Forum: Programming 11-23-2011
5,030
Posted By veerubiji
how to remove duplicate node data by searching tag element
hi everyone,
I written one script that search all xml files and create one xml file, but I need to remove some duplicate nodes by testing one tag element.

</Datainfo>
<data>
...
Forum: Programming 11-18-2011
2,835
Posted By veerubiji
help need in the perl script that create one xml file form multiple files.
Hi every one,
Please excuse me if any grammatical mistakes is there.
I have multiple xml files in one directory, I need to create...
Forum: Programming 11-15-2011
1,026
Posted By veerubiji
help need with perl script
Hi everyone, I new to generating xml files using perl, How can I generate new xml file using perl script, but the xml file contains this type of data as shown below

<?xml version="1.0"...
Forum: Programming 11-03-2011
2,200
Posted By veerubiji
perl script to create hash.
Hi,
I have the xml file file this, perl script to create hash<p>

<university>
<name>svu</name>
<location>ravru</location>
<branch>
<electronics>
<student name="xxx" number="12">
...
Forum: Programming 10-27-2011
1,058
Posted By veerubiji
need help in perl template toolkit module.
Hi how can I read this information using template toolkit

$var1= {
'STC'=>[
{
'gym'=>{
'hyd'=>{
'com'=>[
...
Forum: Programming 10-22-2011
4,738
Posted By veerubiji
like I tried in above way, open file and assign...
like I tried in above way, open file and assign to variable and using xml2hash converting, you know after that creating latex template and print in pdf file.Extract and print the information into pdf.
Forum: Programming 10-22-2011
4,738
Posted By veerubiji
my second question is in my code i assigned only...
my second question is in my code i assigned only two students information to the variable $xml. But i have 150 students information in one file how can i print all students information in pdf. in...
Forum: Programming 10-21-2011
4,738
Posted By veerubiji
Hi, I generated latex template using perl,and...
Hi, I generated latex template using perl,and complied with MikTeX, its genarating pdf. I written script like this

#!/usr/bin/env perl

use strict;
use warnings;

use XML::Fast;
use...
Forum: Programming 10-21-2011
4,738
Posted By veerubiji
Hi, I tried to run this sript but it gives error...
Hi, I tried to run this sript but it gives error like pdflatex is not recognized by an internal or external command. operable program or batch file. I installed MikTex but I dnt know how to overcome...
Forum: Programming 10-21-2011
1,466
Posted By veerubiji
Syntax error in perl program.
Hi,
i am running this code but i am getting syntax error

#!/usr/bin/perl
use warnings;
use strict;
use XML::LibXML;
use XML::LibXML::Reader;
use Data::Dumper;

my $file;
open( $file,...
Forum: Programming 10-20-2011
1,444
Posted By veerubiji
help me with perl script that creat pdf
Hi,
I have one xml file, I extracted some comments and saved in pdf file.I written code like this

#!/usr/bin/perl
use warnings;
use strict;
use PDF::API2;
use PDF::API2::Page;
use...
Forum: Programming 10-19-2011
4,738
Posted By veerubiji
Perl script to create latex template.
Hi,
I have XML file and I extracted some tags and stored in hash, my data as look like this

$var1={
'stud.xml'={
'24'=>'<address>
...
Forum: Programming 10-18-2011
5,081
Posted By veerubiji
Hi, I extracted some information from my xml...
Hi,
I extracted some information from my xml data, I stored in a hash. i am printing my hash my output look like this

$var1={
'stud.xml'={
'24'=>'<address>
...
Forum: Programming 10-17-2011
2,070
Posted By veerubiji
Hi, sorry i am getting errors while running...
Hi,
sorry i am getting errors while running above code my errors are like this


1)" my variable $file masks earlier declaration in same statement at line "
my $reader =...
Forum: Programming 10-15-2011
2,070
Posted By veerubiji
Hi, i tried like this but its not working can...
Hi,
i tried like this but its not working can you suggest how to use.

use warnings;
use strict;
use XML::LibXML::Reader;
my $file;

foreach $file glob("*.xml") {

my $reader =...
Forum: Programming 10-14-2011
2,070
Posted By veerubiji
Hi, I readed about globe operator it will...
Hi,
I readed about globe operator it will search all files like

glob("*.c")

it will search all .c files in folder.
but your format is different how can i use this operator in my function.
Forum: Programming 10-14-2011
2,070
Posted By veerubiji
Help with perl script.
Hi,
I have one folder that contains more number of xml files and extract some specific information form xml files. I used libxml to extract wanted information one xml and i succeded but now how can...
Forum: Programming 10-13-2011
2,456
Posted By veerubiji
extract xml data and create word document using perl.
hi,
i have large xml file which contains students information, i need to extract student number and some address tags and create a word document for the extracted data. my data looking llike this ...
Forum: Programming 10-13-2011
5,081
Posted By veerubiji
Extract xml data and create word document using perl.
Hi,
I have large xml data file.I need to extract node and some tags in the node and after I need to create word document. my XMl data is look like as below

-<student>
...
Forum: Programming 10-13-2011
2,877
Posted By veerubiji
Hi, i got some errors in my module and...
Hi,
i got some errors in my module and skrynesaver module but i solved it .
now both modules working.
thanks alot to skrynesaver and he help me alot from last one week.

regards,
Forum: Programming 10-12-2011
2,877
Posted By veerubiji
Hi, I have small doubts in the above module, i...
Hi,
I have small doubts in the above module, i am reading "perlmod " i understand something. i am asking you,
can i use like this : package xmlhashtable as a module name.
can i use require...
Forum: Programming 10-12-2011
2,877
Posted By veerubiji
Hi, yes like that but i need to create one...
Hi,
yes like that but i need to create one module for the script as i posted. i will call that module in my main function, in my main function the file path is the input and it return hash value....
Forum: Programming 10-12-2011
2,877
Posted By veerubiji
Hi, thanks for your reply. In the above code...
Hi,
thanks for your reply.
In the above code i used libxml::reader module, i read the "formal.xml" file and i written script to create hash, file path specified in the main module. but now i need...
Showing results 1 to 25 of 44

 
All times are GMT -4. The time now is 03:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy