Custom Property List Question
Custom Property List Question
- Subject: Custom Property List Question
- From: Jason Brown <email@hidden>
- Date: Mon, 2 Jul 2001 10:39:19 -0500
Is it possible to create "custom" property list tags for importing
files where the custom tags would map to the tags that cocoa
understands? Or even make cocoa understand a DTD for importing an
XML file.
An example:
Normal File:
<array>
<string>blah blah blah</string>
<string>more blah</string>
etc
</array>
Custom File:
<library>
<book>blah blah blah</book>
<book>more blah</book>
</library>
Just curious. Thanks!
Jason Brown
Vital Source Technologies
--