extensions

2001-08-15 Thread Samina Islam
Hi everyone! (sorry if you get this twice...) I'm converting an xml document to a prism document using a stylesheet. One of the elements in the XML document is date, which is given in "MM DD ..." format (example: "Jul 10 1999 9:10AM"). I want the date to be formated w/ the year first (e

bean scripting

2001-08-14 Thread Samina Islam
Hi everyone! I'm converting an xml document to a prism document using a stylesheet. One of the elements in the XML document is date, which is given in "MM DD ..." format (example: "Jul 10 1999 9:10AM"). I want the date to be formated w/ the year first (ex: "1999 Jul 10 9:10AM" ). I'm also

RE: entity

2001-07-31 Thread Samina Islam
They make life so simple! :) >(and faster and with less bugs, and currently supported!) > >Cheers, > > - Gulli > > > >-Original Message- >From: Samina Islam [mailto:[EMAIL PROTECTED]] >Sent: 30. júlí 2001 18:20 >To: [EMAIL PROTECTED] >Subject: en

RE: entity

2001-07-30 Thread Samina Islam
sorry, I did not understand what you meant. >Instead of using XSLTProcessor.process, you should use the >XSLT processor as a SAX ContentHandler, how can I use the XSLT processor as a SAX contentHandler? thanks! Samina _ Get your

entity

2001-07-30 Thread Samina Islam
Hi All! I'm using xalan/xerces to take in some XML documents and using XSL stylesheet turn them into a PRISM document. All the XML documents I'm using has a doctype at the beginning. I do not want xerces/xalan to connect to this site. This is why I'm using setEntityResolver() method. In my

setting entityResolver

2001-07-26 Thread Samina Islam
Hi All I'm not too sure on how to use the void setEntityResolver(EntityResolver resolver) method. Should I create a SAXParser first? I have already made a entityResolver sub class. thanks! Samina _ Get your FREE down

DOCTYPE/dtd

2001-07-24 Thread Samina Islam
Sorry if you get this twice. I'm not sure if it went through the first time. I'm an using xalan/xerces to take in some XML documents and run it through an XSL stylesheet. All the XML documents I'm using has a doctype. xalan's parser is trying to connect to it. Can I turn "xerces off" so tha