-
XML for print
i'm working on a web app that needs to print letters that need to be regenerated (for legal reasons). i'm going to save an xml document with it's stylesheet in a db table. but i'm looking for some good info for formatting xml for print. does anybody have any good resources or info i could use?
also, i thought about templating a doc in ms word 2003, saving it for xml with the schema, then having the users view it with ms word 2003 viewer. but we don't have ms word 2003 and doesn't look like it will be insight for a while. anybody have a link for word 2003 schema syntax?
-
Re: XML for print
I've never done it myself but I heard that you could use XSL to stylise XML and therefore generate formatted documents.
Give it a Google search!
DJ