* Dave Pawson <[EMAIL PROTECTED]> [2005-06-16 22:05]:
> Process. I write an instance. document element is a:feed.
> 
> Each successive day (or thereabouts) I write an entry. I'm
> processing via XSLT.
> 
> I don't want a single monolith of a file, so I'm writing daily
> using a document element of a:entry.
> 
> The end product is an 'empty' a:feed element (i.e. no entry
> children) and 101 orphan a:entry instances, each with a days
> content.

I’m not sure I understand what you’re talking about, but would it
be a possibility to use the XPath document() function to slurp
the atom:entry documents into the atom:feed document using a
stylesheet? This is how my own blog works.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

Reply via email to