<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/bibtexml/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/bibtexml/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/bibtexml/bugs/</id><updated>2009-01-30T00:44:13Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>webstart does not work properly</title><link href="https://sourceforge.net/p/bibtexml/bugs/5/" rel="alternate"/><published>2009-01-30T00:44:13Z</published><updated>2009-01-30T00:44:13Z</updated><author><name>Moritz Ringler</name><uri>https://sourceforge.net/u/ringler/</uri></author><id>https://sourceforge.netf9f80b4b5f32f4f96537aa483c3d6ce060c6d48a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;xception in thread "BibTexConversion" java.lang.NoClassDefFoundError&lt;br /&gt;
at net.sf.saxon.jdom.JDOMObjectModel.class$(JDOMObjectModel.java:106)&lt;br /&gt;
at net.sf.saxon.jdom.JDOMObjectModel.isRecognizedNodeClass(JDOMObjectModel.java:106)&lt;br /&gt;
at net.sf.saxon.jdom.JDOMObjectModel.getJPConverter(JDOMObjectModel.java:70)&lt;br /&gt;
at net.sf.saxon.expr.JPConverter.allocate(JPConverter.java:101)&lt;br /&gt;
at net.sf.saxon.functions.ExtensionFunctionCall.typeCheck(ExtensionFunctionCall.java:129)&lt;br /&gt;
at net.sf.saxon.expr.ExpressionVisitor.typeCheck(ExpressionVisitor.java:181)&lt;br /&gt;
at net.sf.saxon.instruct.Choose.typeCheck(Choose.java:258)&lt;br /&gt;
at net.sf.saxon.expr.ExpressionVisitor.typeCheck(ExpressionVisitor.java:181)&lt;br /&gt;
at net.sf.saxon.style.StyleElement.typeCheck(StyleElement.java:1013)&lt;br /&gt;
at net.sf.saxon.style.XSLSequence.validate(XSLSequence.java:94)&lt;br /&gt;
at net.sf.saxon.style.StyleElement.validateSubtree(StyleElement.java:1234)&lt;br /&gt;
at net.sf.saxon.style.StyleElement.validateChildren(StyleElement.java:1263)&lt;br /&gt;
at net.sf.saxon.style.StyleElement.validateSubtree(StyleElement.java:1238)&lt;br /&gt;
at net.sf.saxon.style.XSLStylesheet.preprocess(XSLStylesheet.java:705)&lt;br /&gt;
at net.sf.saxon.PreparedStylesheet.setStylesheetDocument(PreparedStylesheet.java:331)&lt;br /&gt;
at net.sf.saxon.PreparedStylesheet.prepare(PreparedStylesheet.java:163)&lt;br /&gt;
at net.sf.saxon.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:139)&lt;br /&gt;
at net.sf.saxon.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:91)&lt;br /&gt;
at net.sourceforge.bibtexml.XMLConverter.loadStyleSheet(XMLConverter.java:308)&lt;br /&gt;
at net.sourceforge.bibtexml.StyleSheetController.getTransformer(StyleSheetController.java:222)&lt;br /&gt;
at net.sourceforge.bibtexml.StyleSheetController.transformImpl(StyleSheetController.java:432)&lt;br /&gt;
at net.sourceforge.bibtexml.StyleSheetController.transform(StyleSheetController.java:399)&lt;br /&gt;
at net.sourceforge.bibtexml.BibTeXConverterController.transform(BibTeXConverterController.java:848)&lt;br /&gt;
at net.sourceforge.bibtexml.BibTeXConverterController.doConversion(BibTeXConverterController.java:1073)&lt;br /&gt;
at net.sourceforge.bibtexml.BibTeXConverterController.access$500(BibTeXConverterController.java:89)&lt;br /&gt;
at net.sourceforge.bibtexml.BibTeXConverterController$8.run(BibTeXConverterController.java:1182)&lt;br /&gt;
Caused by: java.lang.ClassNotFoundException: org.jdom.Document&lt;br /&gt;
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)&lt;br /&gt;
at java.security.AccessController.doPrivileged(Native Method)&lt;br /&gt;
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)&lt;br /&gt;
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)&lt;br /&gt;
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)&lt;br /&gt;
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)&lt;br /&gt;
at java.lang.Class.forName0(Native Method)&lt;br /&gt;
at java.lang.Class.forName(Class.java:169)&lt;br /&gt;
... 26 more&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Uncommented comments</title><link href="https://sourceforge.net/p/bibtexml/bugs/4/" rel="alternate"/><published>2007-01-03T21:03:05Z</published><updated>2007-01-03T21:03:05Z</updated><author><name>Vidar Gundersen</name><uri>https://sourceforge.net/u/vidarg/</uri></author><id>https://sourceforge.netaeb879522df57048d1ab4b842fb61a6f7220d778</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;BibTeX allows inserting text comments between entries.&lt;br /&gt;
Comment symbol, %, is not required.&lt;br /&gt;
Example:&lt;/p&gt;
&lt;p&gt;@Misc{AnEntry,&lt;br /&gt;
author = "A Author",&lt;br /&gt;
title = "A Title",&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;Some words.&lt;/p&gt;
&lt;p&gt;@Article{AnotherEntry,&lt;br /&gt;
author =       "Ann Author and Someone Else",&lt;br /&gt;
title =        "Another Title",&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;The import tool does not handle this.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>bibtex2xml.py script halts on % character</title><link href="https://sourceforge.net/p/bibtexml/bugs/3/" rel="alternate"/><published>2004-05-07T09:48:19Z</published><updated>2004-05-07T09:48:19Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netc321ddf27b71ba5ed8f1ef1b9e203e27a672bd0b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When a % character is included in the title of a bibtex&lt;br /&gt;
item, the bibtex2xml.py script skips the remainder of&lt;br /&gt;
the bibtex file (both using the \% and % versions).&lt;br /&gt;
I have included a small test file.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>bibtex2xml.py gets confused by '=' in bibtex data
</title><link href="https://sourceforge.net/p/bibtexml/bugs/2/" rel="alternate"/><published>2004-02-25T11:45:02Z</published><updated>2004-02-25T11:45:02Z</updated><author><name>Moritz Ringler</name><uri>https://sourceforge.net/u/ringler/</uri></author><id>https://sourceforge.net40212fd80152415d81d32816e5f6401313b124f6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The following bibtex input&lt;/p&gt;
&lt;p&gt;url    = {http://josab.osa.org/abstract.cfm?id=3760},&lt;br /&gt;
eprint    = {},&lt;br /&gt;
number    = {9},&lt;/p&gt;
&lt;p&gt;results in this output:&lt;/p&gt;
&lt;p&gt;&amp;lt;bibtex:url&amp;gt;http://josab.osa.org/abstract.cfm?id=3760},&lt;br /&gt;
eprint = {&amp;lt;/bibtex:url&amp;gt;&lt;br /&gt;
&amp;lt;bibtex:number&amp;gt;9&amp;lt;/bibtex:number&amp;gt;&lt;/p&gt;
&lt;p&gt;When I remove the '=' sign in the url the bibtex-entry&lt;br /&gt;
is correctly parsed.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>mispelled &amp;quot;bibtex:editer&amp;quot; in bibteXML-ext.dtd</title><link href="https://sourceforge.net/p/bibtexml/bugs/1/" rel="alternate"/><published>2003-05-26T13:57:07Z</published><updated>2003-05-26T13:57:07Z</updated><author><name>Dekai Wu</name><uri>https://sourceforge.net/u/dekai/</uri></author><id>https://sourceforge.net685797584b7be943d7baeff50c396beaff9c87e7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;&amp;amp;quot;bibtex:editor&amp;amp;quot; is mispelled as &amp;amp;quot;bibtex:editer&amp;amp;quot; in &lt;br /&gt;
bibteXML-ext.dtd&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>