<?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>1001</Number>
        <Responsibilities><![CDATA[ Candidate will remotely administer Windows operating systems, especially backup, antivirus, software patches, as well as performing software and hardware audits. All of this is done with an eye toward maintaining networks using "best practices" so that our client's businesses are prepared for disaster.

        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
Candidates should also have experience working with user applications such as 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
More than 3 years of experience administering networks
Cisco CCNE and/or Microsoft Certified Systems Engineer (MCSE) ]]></Qualifications>
    </JobItem>

</Jobs>