Question & Additional Information
 
How do I execute or run an XML file?
Add to My IQ
 

Answer Title
Answer

You can't.  XML itself is not a programming language, so XML files don't 'run' or 'execute'. XML is a markup specification language and XML files are just data: they sit there until you run a program which displays them (like a browser) or does some work with them (like a converter which writes the data in another format, or a database which reads the data), or modifies them (like an editor).

Question Tag Title
Tags
Question Asked At Title
Asked At
None
Question Job Title
Job Titles
None


Check out our newest job listings!

Post a Job! $49 for 60 days



Your Name:
Add your comment text
 
Related Questions
Related Questions
Flag this interview question as inappropriate Inappropriate
See Answer
  • To run the count program, which will display the process identification number of the job, enter: count &
  • To check the status of your job, enter: ps
  • To bring a background process to the foreground, enter: fg
  • If you have more than one job suspended in the background, enter: fg %#

    Replace  #  with the job number, as shown in the first column of the output of the jobs command.

  • You can kill a background process by entering: kill PID

    Replace PID with the process ID of the job. If that fails, enter the following:

    kill -KILL PID
  • To determine a job's PID, enter: jobs -l
  • If you are using sh, ksh, bash, or zsh, you may prevent background processes from sending error messages to the terminal. Redirect the output to /dev/null using the following syntax: count 2> /dev/null &
  • Create Date
    :
    Sunday, May 11, 2008
    Tags
    :
    Asked At
    :
    None
    Job Positions
    :
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
    Flag this interview question as inappropriate Inappropriate
    See Answer
    you use function ptr when you want to call multiple functions using the ptr in a loop.
    like have an array of funtion ptrs, loop through the array and execute the functions.
    Create Date
    :
    Monday, January 21, 2008
    Tags
    :
    Asked At
    :
    None
    Job Positions
    :
    None
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
    Flag this interview question as inappropriate Inappropriate
    See Answer
    There are 3 main uses for the static.
    1. If you declare within a function:
    It retains the value between function calls

    2.If it is declared for a function name:
    By default function is extern..so it will be visible from other files. if the function declaration is as static, it is invisible for the outer files

    3.Static for global variables:
    By default we can use the global variables from outside files If it is static global..that variable is limitied to with in the file
    Create Date
    :
    Tuesday, September 11, 2007
    Asked At
    :
    None
    Job Positions
    :
    None
    Click here to improve the Interview Question, Answer and other fields.
    Comments (1) :
    1.
    anujtripathi
    Thursday, October 16, 2008 10:42 AM
    Gud Xplanation !
    Flag this interview question as inappropriate Inappropriate
    See Answer
    These are networking protocols tcp/ip for internet protocal
    udp is the data format
    ftp is file transfer protocol

    typically used by hackers to connect, get the data and do the file transfer.
    Create Date
    :
    Sunday, August 03, 2008
    Tags
    :
    None
    Asked At
    :
    None
    Job Positions
    :
    None
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
    Flag this interview question as inappropriate Inappropriate
    See Answer

     DWP in sharepoint is the file extension of a web part.

    Create Date
    :
    Monday, September 10, 2007
    Asked At
    :
    None
    Job Positions
    :
    None
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
    Flag this interview question as inappropriate Inappropriate
    See Answer
    45
    Create Date
    :
    Tuesday, May 13, 2008
    Tags
    :
    Asked At
    :
    None
    Job Positions
    :
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
     
    • More Related Questions: