![]() This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States License. |
XMLResumeMy resume is written in XML source and converted to XSL-FP and PDF using XSLT and FOP engines from the Apache XML Project. XHTML, WML and RTF (using JFOR) output is also supported. Feel free to examine and use the Document Type Definition and style sheets. Other resume schemas are available at the XML Resume Library and the HR-XML Consortium. The MIT License Copyright (c) 2007 Technicat, LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. JFORJFOR converts XSL-FO documents to RTF, much in the same way that Apache FOP converts XSL-FO documents to text and PDF. (In fact, JFOR is currently being integrated into Apache FOP) As a Sourceforge developer, I contributed some improvements over the course of about six months so I could convert my XML resume and various DocBook articles to RTF, since many recruiters and publishers want Word documents (I have since concluded that PDF should be good enough for anyone - they can cut-and-paste, if they really want to use Word or text). The changes include:
The changes are checked into the Sourceforge repository, but the build there has not been updated recently, so you can use my unofficial jar file. The corresponding javadoc is available, too. Note that the minimum Java version required is Java 2 version 1.3.
jfor Apache-Style Software License.
Copyright (c) 2002 by the jfor project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. The end-user documentation included with the redistribution,
if any, must include the following acknowledgment:
"This product includes software developed
by the jfor project (http://www.jfor.org)."
Alternately, this acknowledgment may appear in the software itself,
if and wherever such third-party acknowledgments normally appear.
4. The name "jfor" must not be used to endorse
or promote products derived from this software without prior written
permission. For written permission, please contact info@jfor.org.
5. Products derived from this software may not be called "jfor",
nor may "jfor" appear in their name, without prior written
permission of info@jfor.org.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE JFOR PROJECT OR ITS CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================
If JFOR doesn't do it for you, there's a commercial FO-to-RTF converter available from XMLMind. |
|