• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Paul Clapham
  • Tim Cooke
  • Ron McLeod
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Junilu Lacar
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Stephan van Hulst
  • Peter Rooke
  • Mikalai Zaikin
Bartenders:
  • Himai Minh

XML storage and processing on Palm

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I want to port a vocabulary-trainer I am writing to J2ME. The vocabulary files are stored in XML.
This might be a stupid question, but I really cound not find the answer on the net:
# Can XML-files be stored as flat text-files on PalmOS or do they have to be transformed into .prc-files? What about storage on other mobile devices (phones)?
And:
Does someone have experience with reading XML-files with a size of 200k to 500k and hold the items as objects in memory? This works fast and fine on my Linux box, but does it so on a Palm?
Thank you
reply
    Bookmark Topic Watch Topic
  • New Topic