-
This project has been superceded by the Serving XML project
at http://servingxml.sourceforge.net/. Please try out your
example with servingxml instead.
Regards,
Daniel Parker.
2005-11-03 01:46:41 UTC by nobody
-
when using the px:fileLayout the value is not truncated
to fit within the specified width.
Example:
....
some long string
....
Expected output to be 's' of 'some long string', instead
some long string is placed at position...
2005-10-19 19:22:26 UTC by nobody
-
Thanks for reporting this. You're right, the last call to endElement is incorrect. I'll fix that in the next release.
Incidentally, this should have been posted in the Serving XML forum, https://sourceforge.net/forum/?group_id=95689, rather than here.
2005-05-30 02:49:29 UTC by danielaparker
-
I have been getting an EmptyStackException (or ArrayIndexOutOfBoundsException depending on the version of the parser/jre) when I use Xerces/Xalan in place of Saxon.
After some hair pulling, I found what appears to be an issue in com.presentingxml.components.inverserecordmapping.XmlRecordReader:
endElement is called twice on the last element of the input being processed. Saxon's content...
2005-05-27 16:27:29 UTC by ryan_eberly
-
Hi there,
I´m a newbie, so I don´t know If I´m doing this thing right.
I am trying to create an XML file from a flat file and it keeps giving me errors.
Ok,I´ve got the files all saved under D:\TEST_SERVINGXML, the files are the following: presentingxml.jar , objempr-servingXML.xml(the file that creates the XML file) and INFORMA_RE
JECT_FILE v2.txt (the txt file). I have writen the...
2005-05-12 10:16:01 UTC by jimbo-9_999
-
Hi there,
I´ve got a silly question but it´s giving me too much hassle. here it goes.
I´m trying to create the XML file and when I compile it I get this error:
D:\TEST_SERVINGXML>java -jar presentingxml.jar -o test.xml -r objempr-servingXM
L.xml test
Exception in thread "main" java.lang.NoClassDefFoundError: EDU/oswego/cs/dl/util
/concurrent/ReadWriteLock
at...
2005-05-12 09:53:19 UTC by jimbo-9_999
-
I figured out how to do this using Filters. If there is a "better" way, I'd be interested. Thanks again for all your help!
2005-03-21 20:13:15 UTC by zalendon
-
Hello Zach,
You've obviously downloaded the software from http://servingxml.sourceforge.net/, but you're posting a question in its older predecessor http://presentingxml.sourceforge.net/! Anyway, I've forwarded and answered your questions in the appropriate forum, which you can view at https://sourceforge.net/forum/?group_id=95689.
Best wishes,
Daniel.
2005-03-20 19:13:03 UTC by danielaparker
-
In my above example, the value for the name field is hard-coded - from the samples and the guide, it isn't clear to me how I should account for this?
<ColumnValue name="PLAN_IT_COST">.
2005-03-18 23:35:05 UTC by zalendon
-
I was able to resolve the issue I had above by adding the msv namespace (it was missing). Now when I run it, I get the error:
SEVERE: [system]null.
2005-03-18 22:57:36 UTC by zalendon