|
next
|
Subject: Help needed: XMLSchema and unparsed data Author: Martha J. Smith Date: 14 Sep 2007 03:14 AM
|
We'll see if I understand how to upload an attachment :-). I am taking XHTML files which have one, unformated section UnitContent and converting them to XML and using an eXist natural XML database for storage. Because UnitContent contains tables, lists, citations, external links, jpegs etc. my first choice is to treat the XHTML as unparsed text hoping that access through eXist could handle the text. My second choice is to treat the various XHTML formating tags as delimiters for XML elements ... in which case I need multiple, unsequenced occurences. With this approach, I still need to get href's and jpegs to work. In the worst of all worlds, I can handle the href's through Java scripts and use Includes (semi-standard XML) but I hate to add this complexity when trying the new eXist technology.
As an aside, I would like to see Dublin Core, XInclude and similar semi-official schema included in Stylus so that I could use them offline without making private copies. And I really do like Stylus Studio even if it doesn't magically resolve all my problems :-) Content_Unit_00000002.xml xml with non-scanning UnitContent
|
|
|