<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet type="text/xsl" href="xml2html.xsl"?>
<!--//
**********************************************************************************************
* To add a new CATEGORY - duplicate this line and replace the (__) with its real value
* Attention: all the values must be filed in, 
* if you want to leave them empty insert "SPACE" instead.

<Category CatID="(Category ID)">(Category name)</Category>

**********************************************************************************************
* To add a new WORK - duplicate this block of lines and replace the (__) with its real value
* The "WorkID" Attribute must be unique.
* The "CatID" Attribute must be equal to one of the "<Category>" tags.
* The "<Number>" Tag cannot contain special chars such as: ' " & < > .
* You must replace those chars with the ASCII code, as follow:
* ' = &#39;
* " = &quot;
* & = &amp;
* < = &lt;
* > = &gt;

* For the full ASCII table please visit: http://www.asciitable.com

**********************************************************************************************
* All other tags: Title, Responsibilities, Requirement, Skills, Qualifications can contain any letter
* as long as the chars '<![CDATA[' placed at the beggining and the chars ']]>' at the end of each tag's content.
* The following XML block is an example for how it should look like.
* Replace the 'SPACE' with your content, if you don't have any content for one of the tags - leave it with the SPACE inside,
* or with an empty '<![CDATA[]]>'

    <JobItem WorkID="1" CatID="1">
        <Title><![CDATA[ SPACE ]]></Title>
        <Number>SPACE</Number>
        <Responsibilities><![CDATA[ SPACE ]]></Responsibilities>
        <Requirement><![CDATA[ SPACE ]]></Requirement>
        <Skills><![CDATA[ SPACE ]]></Skills>
        <Qualifications><![CDATA[ SPACE ]]></Qualifications>
    </JobItem>

**********************************************************************************************
//-->
<Jobs>
    <Category CatID="1">System Administrator</Category>
    
    <JobItem WorkID="1" CatID="1">
        <Title><![CDATA[ Senior Pc and Network technition for small and medium size businesses in and around New York ]]></Title>
        <Number>20100401</Number>
        <Responsibilities><![CDATA[ Candidate will work from our 130 west 42nd St New York office and remotely administer Windows operating systems, such as backup, antivirus, software patches, as well as performing software and hardware audits. All of this is done with an eye toward preventive maintenance using "best practices" so we can avoid "down time" from our client's. Candidate will be responsible for several customers accounts mange filed technicians and work with vendors, data centers and prospect customers. Candidate will report the the company CEO.

        Candidate will also support clients via telephone and remote support and be responsible for monitoring client networks.]]></Responsibilities>
        <Requirement><![CDATA[ Networking - Strong background in TCP/IP, firewalls, routing, and DNS.
Windows - Experience with MS Server and server applications such as SQL, IIS, and Exchange are required.
Group Policy
Scripts
Windows Server Update Services (WSUS)
Network Monitoring
Voice Over IP
Vmware Technology
Linux experince
Candidates should also have experience supporting user applications such as MS Office, Quickbooks, ACT! ]]></Requirement>
        <Skills><![CDATA[ Candidates should have a professional appearance, well spoken and reliable. Candidate will have excellent communication skills with clients. ]]></Skills>
        <Qualifications><![CDATA[ Bachelor of Arts or Science
The ability to communicate over the phone in writing and online in English 
Service attitude and group player.
More than 3 years of experience administering networks
Cisco CCNE and/or Microsoft Certified Systems Engineer (MCSE) ]]></Qualifications>
    </JobItem>

</Jobs>
