I love this project but it appears to be untended. Is that true?
I used XML Resume a few years back and only now need to use it again, but I'm stuck. I tried redirecting the config files to local versions of the XSL and DTD copies, but I still get the following error:
@:~/Desktop/resume-1_5_1/examples$ make
java org.apache.xalan.xslt.Process -in resume.xml -xsl ../xsl/output/us-html.xsl -out resume.html
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xalan/xslt/Process
Caused by: java.lang.ClassNotFoundException: org.apache.xalan.xslt.Process
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: org.apache.xalan.xslt.Process. Program will exit.
make: *** Error 1
Any advice?
Long live XML Resume!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That error is caused by the class you are trying to run (in this case xalan) not being on the javapath. Google that exception to see all the ways to fix it (given the particular version of java you are using).
As far as the project, your's is the first forum post I've been emailed in months/years. I only subscribed years ago because I had created a rival xml resume std/system (reXume.org)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That's all true about reXume…I wasn't advocating using it…I just found XML resume waaay back when I was doing reXume…they (along with several others like HR-xml) were young back then and it wasn't clear which if any would be worth using. In retrospect, none of them did what people envisioned back then which was that all the Monster.com type sites would take resume data in a standard XML format,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
So what's a nice and viable way of doing a resume the XML way nowadays?
I am still using xmlresume for my CV nowadays,
and I do need advise and bug fixing like this:
space between end tags and the following word always gets removed.
So if you enclose something in an XML element, you are getting into trouble with the following space resp. word.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You need to download the DTD file to your disk. The webserver declares it is text/html, so your browser will try to display it as a HTML, which obviously won't work. Or look at the page source, that should have everything too.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Somewhere I remember reading (I can't find it now) that xmlresume no longer has any point, because recruiters don't use structured text to store and search resumes, rather they do full text searches. So this is why the authors lost interest in the project. On something like that.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the link bmay. My point of view: "job-offers-gigants" don't support a CV-standard, they don't want to make it easy for their users to switch to another jobs site (?). (Ok, the first fact is that it's not ready at all - job sites cannot spend money & time on such a "may-be" extension.)There is need to make users interested and then the job sites would realize that their support of CV-standard would make them more popular (or better - it would be the only way for them).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I love this project but it appears to be untended. Is that true?
I used XML Resume a few years back and only now need to use it again, but I'm stuck. I tried redirecting the config files to local versions of the XSL and DTD copies, but I still get the following error:
@:~/Desktop/resume-1_5_1/examples$ make
java org.apache.xalan.xslt.Process -in resume.xml -xsl ../xsl/output/us-html.xsl -out resume.html
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xalan/xslt/Process
Caused by: java.lang.ClassNotFoundException: org.apache.xalan.xslt.Process
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: org.apache.xalan.xslt.Process. Program will exit.
make: *** Error 1
Any advice?
Long live XML Resume!
That error is caused by the class you are trying to run (in this case xalan) not being on the javapath. Google that exception to see all the ways to fix it (given the particular version of java you are using).
As far as the project, your's is the first forum post I've been emailed in months/years. I only subscribed years ago because I had created a rival xml resume std/system (reXume.org)
Errr… reXume.org says it has been superseded by http://www.rexume.net/, which is a redirect to http://polyglotinc.blogspot.com/search/label/reXume, which hasn't been updated since 2003. So, at quick glance anyway reXume looks like it died before this project.
I could be mistaken; my attempts to locate any files, documentation, etc, for reXume were fruitless. The last commit for xmlresume was December 2008.
That's all true about reXume…I wasn't advocating using it…I just found XML resume waaay back when I was doing reXume…they (along with several others like HR-xml) were young back then and it wasn't clear which if any would be worth using. In retrospect, none of them did what people envisioned back then which was that all the Monster.com type sites would take resume data in a standard XML format,
So what's a nice and viable way of doing a resume the XML way nowadays?
I am still using xmlresume for my CV nowadays,
and I do need advise and bug fixing like this:
space between end tags and the following word always gets removed.
So if you enclose something in an XML element, you are getting into trouble with the following space resp. word.
I am trying to use the xsd but the link appears to not have the file actually present….
http://xmlresume.sourceforge.net/dtd/resume.dtd results in a couple of characters and some garbage output. Does someone know the path to the real dtd?
Thanks,
Tony
You need to download the DTD file to your disk. The webserver declares it is text/html, so your browser will try to display it as a HTML, which obviously won't work. Or look at the page source, that should have everything too.
Hello, I'm interested in this project (to standardize CV templates in XML format) - is there anybody else who'd like to wake it up? Let me know pls!
brundibar001, please read the following thread. http://sourceforge.net/projects/xmlresume/forums/forum/92731/topic/1307309
Somewhere I remember reading (I can't find it now) that xmlresume no longer has any point, because recruiters don't use structured text to store and search resumes, rather they do full text searches. So this is why the authors lost interest in the project. On something like that.
Thanks for the link bmay. My point of view: "job-offers-gigants" don't support a CV-standard, they don't want to make it easy for their users to switch to another jobs site (?). (Ok, the first fact is that it's not ready at all - job sites cannot spend money & time on such a "may-be" extension.)There is need to make users interested and then the job sites would realize that their support of CV-standard would make them more popular (or better - it would be the only way for them).