Actually it does... thank you. I am reading Myers book from Sitepoint "No Nonsense XML Web Development With PHP" and I needed to clear some thing out... So as I see, in chapter 4. he explains how to generate website using xml and php... and the final code presentet to browser is xhtml... so that is it.
thank you! On 1/5/07, Matthew Smith <[EMAIL PROTECTED]> wrote:
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] *******************************************************************
-- Računalniške storitve Toasted Web Mihael Zadravec s.p. ----------------------------------------------- tel: 00386 51 808136 email in msn: [EMAIL PROTECTED] Skype kontakt: mihael_zadravec ----------------------------------------------- Toasted Web http://www.toastedweb.com ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
