Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

Previously there were ASP, DOC, XLS, PPT etc and now ASPX, DOCX, XLSX, PPTX respectively.

What does X denotes in ASPX, DOCX, XLSX, PPTX etc?

share|improve this question

migrated from stackoverflow.com Feb 3 '10 at 20:26

5 Answers

up vote 10 down vote accepted

For the last three, when Microsoft switched to XML-based file formats in Office 2007, they added the 'x' to the file extensions to differentiate from the previous, incompatible formats.

ASPX was added with the introduction of ASP.NET to differentiate from the Classic ASP convention of .asp.

share|improve this answer

The first is "extended". The others are "XML".

share|improve this answer

back in the year 2000 asp.net was branded as ASPX end then everything became .NET even BIZTALK server was BIZTALK.NET

The X in Office files denotes that it is now a different storage format. take an Excel file XLSX, rename it to .ZIP or .RAR and then you will see a folder with a bunch of XML files

share|improve this answer

I believe it's Extensible Markup Language (XML).

share|improve this answer

I think here's the link that describes the answer to the question above.

http://office.microsoft.com/en-us/help/introduction-to-new-file-name-extensions-HA010006935.aspx

share|improve this answer
Welcome to Super User! Generally we like answers on the site to be able to stand on their own - Links are great, but if that link ever breaks the answer should have enough information to still be helpful. Please consider editing your answer to include more detail. See the FAQ for more info. – slm Apr 22 at 3:05

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.