-
pathoss committed patchset 138 of module newsml-toolkit to the NewsML Toolkit CVS repository, changing 4 files.
2006-11-11 16:03:48 UTC by pathoss
-
Hello!
I've just downloaded newsml-toolkit-2.0.zip file from
http://sourceforge.net/projects/newsml-toolkit/'
and it does not contain the newsml-explorer.jar file,
as it should according to the readme file.
Where can I get the newsml-explorer.jar file?
Thanks,
Lena.
2006-05-21 12:16:33 UTC by nobody
-
there is a missed file "../ref/NewsMLv1.0.dtd" needed by
ExampleText.xml file.
2005-05-19 09:31:25 UTC by nobody
-
I get this error when executing this:
XercesDOMFactory fact=new XercesDOMFactory();
P.
2004-03-25 08:24:05 UTC by pviceic
-
Hi,
We are intending to use NewsML in our Portal project, here at the University of Lausanne, Switzerland.
However, as we need Xerces2 (bundled with our middleware), I need help to solve this problem. When I use your toolkit, javavm casts an Exception:
java.lang.NoClassDefFoundError: org/apache/xerces/framework/XMLParser
I have looked into the jar's of the Xalan 2 parser, and this...
2004-03-25 07:57:33 UTC by pviceic
-
Hi
DataContent set with following line :
dataContent.setText("<![CDATA[Hello]]>");
appears with escaped characters in DataContent.toXML :
<DataContent><![CDATA[Hello]]></DataContent>
what i wish is :
<DataContent><![CDATA[Hello]]></DataContent>
Thank you for your help,
Pierre.
2003-10-21 15:03:25 UTC by picro
-
Logged In: YES
user_id=589897
I have ammended my own copy of the toolkit to make
NewsItemId and ProviderId extend the Text interface. I have
then changed DOMNewsIdentifierFormalName to implement that
interface. This fixes my problem. Is such a change likely in
the next version (you can have my classes if you want)?.
2002-09-26 16:39:05 UTC by simon_turner
-
Logged In: YES
user_id=589897
..the same comments apply to NewsItemId (ie: DTD says
you can have text content, but toolkit class doesn't
implement Text)
Simon.
2002-09-24 16:15:19 UTC by simon_turner
-
Hi,
If I create a ProviderId with
NewsMLFactory.createProviderId(), I can't set the
text content of it, because
ProviderId doesn't implement the Text interface.
However, the DTD shows that
ProviderId should allow text content:
<!ELEMENT ProviderId (#PCDATA )>
<!ATTLIST ProviderId Vocabulary CDATA #IMPLIED
>
Is this a bug? Is there a workaround? I have looked.
2002-09-24 15:55:45 UTC by simon_turner
-
Hi,
ist here someone who can send me a some newsML documents for testing ??
thx
dirk
xbromy@gmx.de.
2002-08-21 11:12:15 UTC by xbromy