- From: Rahul Dixit <rahuld@india.versaware.com>
- Date: Tue, 5 Dec 2000 09:05:09 +0530
- To: "Steve Muench" <Steve.Muench@oracle.com>
- Cc: <XSL-List@mulberrytech.com>, <xsl-editors@w3.org>
R/sir, Thanks for the solution.I am doing transformation as told by u i.e.by using Oracle XML Parser v2 for Java.I am using XSLProcessor for tranforming Xml to Html.But I am getting exception: "oracle.xml.parser.v2.XSLException: XSL-1009: Attribute 'xsl:version' not found in 'xsl:stylesheet'.java.lang.NullPointerException:" How should I solve this ?? Waiting for reply Regards Rahul ----- Original Message ----- From: Steve Muench <Steve.Muench@oracle.com> To: Rahul Dixit <rahuld@india.versaware.com> Cc: <xsl-editors@w3.org> Sent: Sunday, December 03, 2000 1:59 AM Subject: Re: Transforming XML to HTML > Try the Oracle XML Parser v2 for Java. > http://technet.oracle.com/tech/xml > (See the XDK for Java) > > It's java-based and has a transformNode() method exactly > like the Microsoft DOM implementation. As well as a > selectNodes(), selectSingleNode(), and valueOf() method. > > Future XSL "how to" questions are best sent to > the public XSL-List@mulberrytech.com > > Thanks. > > ______________________________________________________________ > Steve Muench, Lead XML Evangelist & Consulting Product Manager > BC4J & XSQL Servlet Development Teams, Oracle Rep to XSL WG > Author "Building Oracle XML Applications", O'Reilly > http://www.oreilly.com/catalog/orxmlapp/ > > ----- Original Message ----- > From: "Rahul Dixit" <rahuld@india.versaware.com> > To: <xsl-editors@w3.org> > Sent: Saturday, December 02, 2000 12:14 AM > Subject: Transforming XML to HTML > > > hello sir, > I want to convert XML into HTML using XSL in JAVA.Currently I am doing this by string > manipulation.But I am looking for Something like TranformNode method inVB.Suggest me some > alternative for the same > > Regards > Rahul > > ________________________________ > Rahul R. Dixit > Versaware Technologies (India) Pvt. Ltd. > C Building, Liberty > North Main Road > Koregaon Park > Pune 411 001, Maharashtra (INDIA). > >
Received on Monday, 4 December 2000 22:39:00 UTC