- From: Steve Muench <Steve.Muench@oracle.com>
- Date: Mon, 4 Dec 2000 19:47:31 -0800
- To: "Rahul Dixit" <rahuld@india.versaware.com>
- Cc: <xsl-editors@w3.org>
The xsl:version="1.0" is a required attribute on the <xsl:stylesheet> element. Add it and you won't get this error that the processor is required to report. Please address future "how to" questions to the XSL-List@mulberrytech.com and not to xsl-editors@w3.org 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: "Steve Muench" <Steve.Muench@oracle.com> Cc: <XSL-List@mulberrytech.com>; <xsl-editors@w3.org> Sent: Monday, December 04, 2000 7:35 PM Subject: Re: Transforming XML to HTML | 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:49:20 UTC