Quoth Mihael Zadravec at 01/05/07 19:12... > What would than be the right xslt transformation? > Is than the source code of a web document xml or xhtml? > > Sorry for strange questions, but I am a bit confused :)
If it is convenient for you to handle your data as XML, you can use any XML vocabulary you like, as this is purely internal. When you are presenting your content to the world, you need to change it to a form that the world recognises. As not all user agents (browsers) are able to handle XML stylesheets (XSLT), you need to write one that will transform your XML into XHTML; what your Web Server sends out would only be XHTML. Hope this makes it less confusing... Cheers M -- Matthew Smith IT Consultancy & Web Application Development Business: http://www.kbc.net.au/ Personal: http://www.smiffysplace.com/ LinkedIn: http://www.linkedin.com/in/smiffy ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
