• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

XML is not backward compatible?

 
Ranch Hand
Posts: 898
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I use XSLT processor (win32 executable, from 1999 (it is from the book of my grandma), that requires from my.xsl file
<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0"
version="1.0">
while my browser MS IE6.0 requires
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
otherwise they resp. give error
I thought that it is well established practice, almost a law, to make standards/applications backward compatible (if not forward)
Any comments
I thank all buds in other threads who responded, my time on Internet is gone
reply
    Bookmark Topic Watch Topic
  • New Topic