ah, xml - i would love too but it would require a learning curve; i gotta get the whole site done for friday!

i've found that putting css tags round lines of text in the text files does the trick. it's not perfect (as it will hicup if the client edits them incorrectly) but it will do for now.

i'll have a look at chris' 'ReadLine' suggestion later today.

time, there just aint enough of it...

thanks for the feedback,

jake


On Tuesday, October 29, 2002, at 12:41 pm, [EMAIL PROTECTED] wrote:

Does it have to be plain text?

Have you thought about using XML, then you can just apply a
stylesheet....something like...

<root>
<article>
<title>article title here</title>
<body>body text here</body>
</article>
</root>

I'm sure you could write a parser to convert you existing text files into
this format using filesystem object...

---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]


Reply via email to