Hi BalusC thnx for reply. But its "not enough" for me to start XML report. As I said I m below beginner. :)
I have following queries.
1. which editor/IDE to use?
2. how to create DTD
3. how to connect to database
4. how to fetch (or exeute query) to display rows
5. where to define columns
6. how to create/attach style sheet
etc etc
> 1. which editor/IDE to use?
> 2. how to create DTD
> 3. how to connect to database
> 4. how to fetch (or exeute query) to display rows
> 5. where to define columns
> 6. how to create/attach style sheet
1. Eclipse definitely. For personal use I use the [url=http://lomboz.objectweb.org/]Lomboz[/url] implementation. If you want a XML-specific editor, [url=http://www.altova.com/products/xmlspy/xml_editor.html]XMLSPY [/url] might be worth the try.
2. Read some [url=http://www.google.com/search?q=xml+tutorial]XML tutorials[/url].
3. Read some [url=http://www.google.com/search?q=jdbc+tutorial]JDBC tutorials[/url].
4. Use plain JDBC or use a DAO, like Hibernate.
5. In the DTD.
6. Read some [url=http://www.google.com/search?q=xsl+tutorial]XSL tutorials[/url].