- From: Norman Walsh <Norman.Walsh@Sun.COM>
- Date: Mon, 13 Nov 2006 07:57:27 -0500
- To: "Tim Hare" <TimHare@comcast.net>
- Cc: <www-rdf-calendar@w3.org>, <ietf-caldav@osafoundation.org>
Received on Monday, 13 November 2006 13:00:14 UTC
/ "Tim Hare" <TimHare@comcast.net> was heard to say:
| One issue, remains, however: the only way I could find to bring in the
| iCalendar file was as a defined SYSTEM entity in the XSL stylesheet itself.
Right. The iCal format is text, not XML. XSLT 2.0 has an "unparsed-text()"
function that could load the file. An easier solution might be to write
a simple pre-processor in your favorite scripting language to turn the
.iCal into trivial XML. You could just wrap the whole document in a tag
or you could try to be more clever.
Be seeing you,
norm
--
Norman Walsh
XML Standards Architect
Sun Microsystems, Inc.
Received on Monday, 13 November 2006 13:00:14 UTC