please help-xml system
From: j-marvin (customer_at_service.boy)
Date: 02/08/05
- Next message: dingo: "Re: accessing files locally with applets"
- Previous message: -: "need help with regex"
- Next in thread: j-marvin: "Re: please help-xml system"
- Reply: j-marvin: "Re: please help-xml system"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 08 Feb 2005 10:44:36 GMT
hi-
i am trying to learn how xhtml, rss, and xml work (a very basic
understanding)
will this simple system work for only a few articles per month?
if i wanted to create a very basic knowledgebase using
java + swing (for the interface) connected to a mysql db I would need to
generate a valid xml file (formatted for rss) by exporting mysql data to a
master xml file . then i'd have the format to submit to an rss feed
publisher.
if someone wanted to read the article i could let them download it
from my website.
mywebsite would have articles available for download in small xml files
jan2005.xml
feb2005.xml
using the .xml file and .xsl file on a user machine they could view the
article
in summary...input and store records in a db and then export them to
a format (xml).... viewed using xsl.
advantage
+ viewable in modern browser of choice
+ nothing but a browser and xml,xsl files are required for viewing
+ easier exporting and importing
+ dont have to use a web interface for gui and worry about internet
security because mysql db will be on local machine
thanks for any input,
jim
- Next message: dingo: "Re: accessing files locally with applets"
- Previous message: -: "need help with regex"
- Next in thread: j-marvin: "Re: please help-xml system"
- Reply: j-marvin: "Re: please help-xml system"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|