You are viewing this page out of context. To see it in the context it is intended please click here.
About This Page
Reply posted by using xml to move data on Thu 27 Sep 2001 in response to Putting Domino's XML to use
Re: XML Views
xml is very usefull for web content but there are many other great uses for it.For example:
Moving data from an Oracle database based system to domino.
By using Java's Dom or Sax pakets you can then get data from the xml and save
it to database fields.Both Dom and Sax are good although sax works best as it
does not eat up so much memory.
The only problem i have found is white space, everything needs to be trimmed.
Rnext will pave the way for using Dom and Sax with lotus script, so you don't
have to use Java in the future. And it must be much better than using
microsoft.
Unfortunately say some but not me xml is here to stay, so start learning it
now!!
kester simm