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?

link|improve this question
feedback

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

This question came from our site for professional and enthusiast programmers.

4 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.

link|improve this answer
feedback

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

link|improve this answer
feedback

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

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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