2

I whant convert msdn help to chm file. Usually table of content already exists in single html page. But in msdn help, table of content building by ajax and not presents completely. How get table of content file from msdn help?

For example, I get documentation from http://msdn.microsoft.com/en-us/library/bb418439%28SQL.10%29.aspx

1 Answer 1

2

You have linked to the SQL Server 2008 documentation - this can already be downloaded as a stand alone "books online", here.

Many other MSDN Library components can be downloaded in a similar manner.

4
  • How get table of content from Books online?
    – Oksana
    Commented Apr 25, 2010 at 9:49
  • @Oksana - Download it, install it and go to the start menu item for it (SQL Server 2008 -> Books Online).
    – Oded
    Commented Apr 25, 2010 at 10:06
  • Apparently you do not understand me. I want to convert msdn help or online help in the other help format, you need to do somehow learn to somehow extract this information, I do not just have to watch it, I know how to do it, but how to unpack it - in this issue
    – Oksana
    Commented Apr 25, 2010 at 16:31
  • @Oksana - you do realize this is copyrighted material belonging to MS, so anything you do with it (in particular distribution) is not legal without their consent.
    – Oded
    Commented Apr 25, 2010 at 17:10

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

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