This is one great product!
Does anyone have an example of what's needed to display an XML resume directly in a browser, either IE or Mozilla?
I've tried this:
<?xml version="1.0"?> <!DOCTYPE resume PUBLIC "-//Sean Kelly//DTD Resume 1.5.1//EN" "http://xmlresume.sourceforge.net/dtd/resume.dtd"> <?xml-stylesheet type="text/xsl" href="http://xmlresume.sourceforge.net/xsl/outp ut/us-html.xsl"?> <resume xmlns="http://xmlresume.sourceforge.net/resume/0.0">
But no go... seems to parse OK, but just runs all the text together.
Log in to post a comment.
This is one great product!
Does anyone have an example of what's needed to display an XML resume directly in a browser, either IE or Mozilla?
I've tried this:
<?xml version="1.0"?>
<!DOCTYPE resume PUBLIC "-//Sean Kelly//DTD Resume 1.5.1//EN"
"http://xmlresume.sourceforge.net/dtd/resume.dtd">
<?xml-stylesheet type="text/xsl" href="http://xmlresume.sourceforge.net/xsl/outp
ut/us-html.xsl"?>
<resume xmlns="http://xmlresume.sourceforge.net/resume/0.0">
But no go... seems to parse OK, but just runs all the text together.