|
Subject:
|
Process XML with Java
|
|
Posted By:
|
bonekrusher
|
Post Date:
|
9/26/2006 9:54:49 AM
|
Hi All,
I am not to good at Java, I mostly use VB, ASP and XML. However I recently purchased a search engine program for my website that will search out XML document. The program uses Java. The only problem is it returns the XML document as raw data. I want to tweak the Java code to process the XML file through the XSLT upon return. Can any one point me in the right direction?
Thanks Bones
|
|
Reply By:
|
ciderpunx
|
Reply Date:
|
9/26/2006 2:41:07 PM
|
http://www.oreilly.com/catalog/javaxslt/chapter/ch05.html
any help?
-- Don't Stand on your head - you'll get footprints in your hair http://charlieharvey.org.uk http://charlieharvey.com
|
|
Reply By:
|
bonekrusher
|
Reply Date:
|
9/26/2006 7:57:52 PM
|
I am not sure but they are using SAXON. I use aspx 2.0 to do my processing....
I will keep looking. Thanks
|
|
Reply By:
|
ciderpunx
|
Reply Date:
|
9/27/2006 9:10:23 AM
|
Think I misunderstood this bit of your question:
<blockquote> I want to tweak the Java code to process the XML file through the XSLT upon return </blockquote>
So, I thought you were looking for ways to have Java do the processing rather than aspx (about which I know nothing). Sorry 'bout that.
-- Don't Stand on your head - you'll get footprints in your hair http://charlieharvey.org.uk http://charlieharvey.com
|