[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cast? a Result to an SAX InputSource
It's been a while since I worked with Java XML APIs, but just in case you
haven't heard of it yet, you might want to check out www.jdom.org
The JDOM API is a Java centric API for dealing with XML.
There are lots of adaptors to do things like turning a DOM source into a SAX
source. Just instantiate the correct SAX source adaptor giving your DOM
source (or whatever you have) as input.
Scott
----- Original Message -----
From: "Kevin O'Neill Stoll" <kevinostoll@yahoo.com>
To: <ajug-members@ajug.org>
Sent: Monday, February 17, 2003 11:27 AM
Subject: Cast? a Result to an SAX InputSource
> hey all,
>
> I'm attempting to use the output of a transformation, in
> the form of a result as the input to another
> transformation. The second transformation requires that the
> input be a SAX InputSource but I'm not really sure how to
> achieve this.
>
> I have studied the API's but appearantly I'm missing
> something.
>
> TIA,
>
> =====
> Kevin Stoll
> http://kevinstoll.org
>
> OpenSource Software...FREE!
> Angering Bill Gates...priceless.
> ============================================================
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Shopping - Send Flowers for Valentine's Day
> http://shopping.yahoo.com
>
>