Sunday 6 August 2006

interesting bit of xml

<?xml version="1.0">        
<cv>
<styles>
<style id="1">
<size>22</size>

<colour>102,102,102</colour>
</style>
<style id="2">
<size>12</size>
<colour>0,0,0</colour>

</style>
</styles>
<body>
<section text="Dominic R Myers">
<multiline text="07791005861"/>
<multiline text="annoyingmouse@gmail.com"/>

<multiline text="http://gojobby.com/webgeek/Jobby/Resume/1997/dominic_myers"/>
</section>
<section text="Summary">
<multiline text="A creative technologist with a human side; happy with both
server and client side technologies, working on code or design
and more than happy to learn new techniques. I'm a psychiatric
nurse with ability to talk, and more importantly, to listen."/>
</section>
<section text="Skills">

<multiline text="advanced:">
<line>AJAX, CMS, DOM, HTML, JavaScript, ECMAScript, SVG, web, XML,
XMLHttpRequest, XHTML, DHTML, Web Standards</line>
</multiline>
<multiline text="skilled:">
<line>blogging, CSS, Data Architect, DBA, LAMP, MacOS, MySQL, PHP,
RDBMS, Web 2.0, Windows, Semantic Web</line>

</multiline>
<multiline text="newbie:">
<line>Apache, C, Information Architecture, JSON, Network Architecture,
ODBC, Programming, RSS, SQL, TCP/IP, VBScript, W3C, Web Services,
XML Schema, XSLT, XQuery</line>
</multiline>
</section>

<section text="Education, qualifications and training">
<multiline text="2001-2006">
<line>ARU - MSc Computer Science (distinction)</line>
<line>Dissertation title: "Little Bits of Changes: Comparing
traditional web applications with applications built using the
AJAX paradigm in the context of a module choice milieu within an
academic community"
http://tinyurl.com/htcf4</line>
<line>Work also carried out on using JavaScript to parse OWL
ontology and generate an SVG image -
http://tinyurl.com/gsbw6</line>

</multiline>
<multiline text="1994-1998">
<line>ARU - BSc Professional Nursing Practice</line>
</multiline>
<multiline text="1993-1994">

<line>University of Sheffield - Foundation course in Art Therapy</line>
</multiline>
<multiline text="1991-1994">
<line>University of Sheffield - P2K diploma in MH nursing</line>
</multiline>

</section>
<section text="Experiences/achievements">
<multiline text="2005">
<line>http://indigo-architecture.com - DHTML site using DOM-scripting</line>
</multiline>

<multiline text="2003-2004">
<line>Mike Hobbs - Research assistant working on semantic web and web ontology,
attended 6th international Protégé workshop</line>
</multiline>
<multiline text="2003-">
<line>http://tinyurl.com/sxoav - is my personal site and serves as a test bed for
various programming and artistic experiments</line>

<line>http://tinyurl.com/jofg3 - CMS/blog example</line>
<line>http://tinyurl.com/f2c97 - example of online gallery</line>
<line>http://tinyurl.com/fzptm - various other examples</line>
</multiline>

<multiline text="1998-">
<line>Fulbourn Hospital - working as RMN on acute admission ward</line>
</multiline>
<multiline text="1994-1997">
<line>Kneesworth House Hospital - worked as RMN within this private forensic
psychiatric hospital</line>

</multiline>
</section>
</body>
</cv>

This is a rough of my own CV. Now I need to get SimpleXML to read this and put the right bits into FPDF and output the file... which should be easy enough really. Then I need a way of writing this type of XML to a database using a form... or something like that anyway... sorry, just mumbling to myself!

No comments:

Post a Comment