Difference between revisions of "Talk:TEI Web Publishing"

From TEIWiki
Jump to navigation Jump to search
(New page: How easy should it be? If we're really serious about making publishing easy, surely the easiest is to insert the following at the top of the TEI? <pre><nowiki> <?xml-stylesheet href="pat...)
 
(Stuart's question -> precondition (?))
Line 6: Line 6:
 
<?xml-stylesheet href="path/to/stylehseet.xsl"  type="text/xsl"?>
 
<?xml-stylesheet href="path/to/stylehseet.xsl"  type="text/xsl"?>
 
</nowiki></pre>
 
</nowiki></pre>
 +
 +
(said Stuart at 04:06, 6 March 2010)
 +
 +
:But that would work only if we want to publish a single TEI document rather than a collection of them. (xi:include will not always help, sometimes the relationship between documents should be expressed as reference rather than inclusion).
 +
:So maybe let's turn your question into a possible basic condition: how to publish a set of TEI documents ''without'' having to modify them manually with e.g. stylesheet PIs? [[User:Piotr Banski|Piotr]] 05:05, 6 March 2010 (EST)

Revision as of 12:05, 6 March 2010

How easy should it be?

If we're really serious about making publishing easy, surely the easiest is to insert the following at the top of the TEI?

<?xml-stylesheet href="path/to/stylehseet.xsl"  type="text/xsl"?>

(said Stuart at 04:06, 6 March 2010)

But that would work only if we want to publish a single TEI document rather than a collection of them. (xi:include will not always help, sometimes the relationship between documents should be expressed as reference rather than inclusion).
So maybe let's turn your question into a possible basic condition: how to publish a set of TEI documents without having to modify them manually with e.g. stylesheet PIs? Piotr 05:05, 6 March 2010 (EST)