Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default .MXI documentation

    Can someone point me to the documentation on how to create the .mxi file. The
    acceptable structures within the .mxi, etc. I can't find any direct
    documentation on it...on other documents elluding to it. I'm looking for API,
    developer level documentation of the .mxi file format and the acceptably syntax.

    SalesCart Guest

  2. Similar Questions and Discussions

    1. printed or PDF documentation?
      Is is possible to get a printed (or PDF) version of the Flex Builder 3 online help, and the language reference in particular?
    2. Documentation
      :moon; I inheirited a mess of CFM pages. I have been asked to document then, what databases/tables they access and what other webpages they use....
    3. better IB/PB documentation?
      Jamal Bernhard wrote: Try looking in the reference documentation for the class itself. For example, to find out what the "One shot" attribute...
    4. documentation...
      Hello, I am now working on a complex web application. The problem is: my boss wants me to document the application, but I don't know how to...
    5. I need documentation to AIX..
      .... PW piter@pro.onet.pl
  3. #2

    Default Re: .MXI documentation

    Hi SalesCart:
    [url]http://www.adobe.com/go/em_file_format[/url]

    HTH
    Andres Cayon
    Spain Adobe Dreamweaver User Group
    [url]http://www.dwug.es[/url]
    ----------------------


    "SalesCart" <webforumsuser@macromedia.com> escribió en el mensaje de
    noticias news:gibog6$itd$1@forums.macromedia.com...
    > Can someone point me to the documentation on how to create the .mxi file.
    > The
    > acceptable structures within the .mxi, etc. I can't find any direct
    > documentation on it...on other documents elluding to it. I'm looking for
    > API,
    > developer level documentation of the .mxi file format and the acceptably
    > syntax.
    >
    Andres Cayon Guest

  4. #3

    Default Re: .MXI documentation

    Here's a link to a DW extension that provides a UI for specifying your
    settings and generates the .mxi for you:

    [url]http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=149758[/url]

    There may be a few fields that it doesn't support, but it's the easiest
    way to get started.

    HTH,
    Randy

    > Can someone point me to the documentation on how to create the .mxi file. The
    > acceptable structures within the .mxi, etc. I can't find any direct
    > documentation on it...on other documents elluding to it. I'm looking for API,
    > developer level documentation of the .mxi file format and the acceptably syntax.
    Randy Edmunds Guest

  5. #4

    Default Re: .MXI documentation

    Thanks guys...we already have .mxi files. We were just looking for a way to
    specify files "relative" to the location of the .mxi files. It looks like you
    can do that if the files are "upstream" in the folder heiracy but not
    "downstream". If you can, it does not appear we can find it in the
    documentation.

    SalesCart Guest

  6. #5

    Default Re: .MXI documentation

    SalesCart wrote:
    > Thanks guys...we already have .mxi files. We were just looking for a way to
    > specify files "relative" to the location of the .mxi files. It looks like you
    > can do that if the files are "upstream" in the folder heiracy but not
    > "downstream". If you can, it does not appear we can find it in the
    > documentation.
    Actually the docs do state that you can do it using relative paths:
    [url]http://help.adobe.com/en_US/ExtensionManager/2.0/mxi_file_format.pdf#Page=13[/url]
    (page 13 in case the anchor doesn't take you there automatically), however, in practice, it doesn't seem to work for the ../ type of relative pathing. In Extension Manager 2 (CS4) you'll get an error message:
    "A file contains an invalid parent path reference (..). The extension package will not be created."


    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert Guest

  7. #6

    Default Re: .MXI documentation

    [q]Originally posted by: Newsgroup User

    Actually the docs do state that you can do it using relative paths:
    [url]http://help.adobe.com/en_US/ExtensionManager/2.0/mxi_file_format.pdf#Page=13[/url]
    (page 13 in case the anchor doesn't take you there automatically), however, in
    practice, it doesn't seem to work for the ../ type of relative pathing. In
    Extension Manager 2 (CS4) you'll get an error message:
    "A file contains an invalid parent path reference (..). The extension package
    will not be created."


    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    [/q]

    Yes, we read that. It indicates you can do it, but does not specifically
    document "how". It leaves you thinking that ../ might work but it doesn't. So
    perhaps, there is a way to do it, but it appears to be undocumented. Some
    symbol like ~\ perhaps. We tested more than a few ways and could not discover
    it...we didn't test ~ though. Perhaps $?? Not sure.

    SalesCart Guest

  8. #7

    Default Re: .MXI documentation

    I'm not sure if this will suit your needs, but...
    You can specify both the source (the location where the file to be included
    is) and the destination (the place where the fille will be put when the
    extension is installed):
    <file source="myFile.htm" destination="$dreamweaver/Configuration/.../.../"
    />

    Just curious: Is there a reason to put the files in another place rather
    than the folder where you are building the mxi file and the extension
    itself?

    --
    Andres Cayon
    Spain Adobe Dreamweaver User Group
    [url]http://www.dwug.es[/url]
    ----------------------


    "SalesCart" <webforumsuser@macromedia.com> escribió en el mensaje de
    noticias news:gie8ua$rar$1@forums.macromedia.com...
    > [q]Originally posted by: Newsgroup User
    >
    > Actually the docs do state that you can do it using relative paths:
    > [url]http://help.adobe.com/en_US/ExtensionManager/2.0/mxi_file_format.pdf#Page=13[/url]
    > (page 13 in case the anchor doesn't take you there automatically),
    > however, in
    > practice, it doesn't seem to work for the ../ type of relative pathing.
    > In
    > Extension Manager 2 (CS4) you'll get an error message:
    > "A file contains an invalid parent path reference (..). The extension
    > package
    > will not be created."
    >
    >
    > --
    > Danilo Celic
    > | [url]http://blog.extensioneering.com/[/url]
    > | WebAssist Extensioneer
    > | Adobe Community Expert
    > [/q]
    >
    > Yes, we read that. It indicates you can do it, but does not specifically
    > document "how". It leaves you thinking that ../ might work but it
    > doesn't. So
    > perhaps, there is a way to do it, but it appears to be undocumented. Some
    > symbol like ~\ perhaps. We tested more than a few ways and could not
    > discover
    > it...we didn't test ~ though. Perhaps $?? Not sure.
    >
    Andres Cayon Guest

  9. #8

    Default Re: .MXI documentation

    [q]
    Just curious: Is there a reason to put the files in another place rather
    than the folder where you are building the mxi file and the extension
    itself?

    --
    Andres Cayon
    Spain Adobe Dreamweaver User Group
    [url]http://www.dwug.es[/url]
    ----------------------
    [/q]

    Well if you have a lot of files you have to organize them into folders. We
    have been able to get away with everything upstream relative to the .mxi file
    so far. However, if you have multiple builds that intersect different folder
    structures, then it starts getting complex where you need to pick and choose
    files from different folders that may be folders downstream relative to the
    current folder and file structure.

    However, it is only a matter of clean coding convenience of the .mxi file.



    SalesCart Guest

  10. #9

    Default Re: .MXI documentation

    We encountered the same problem a long time ago and it was a pain because a
    lot of our extensions have 100 or more files. We just make a folder
    structure for the assets in the same structure as they will be written to
    the configuration folder and then create a duplicate folder for each
    extension build.
    [url]http://www.projectseven.com/mxi.gif[/url]

    That way the source files in the MXI are all at the same folder level.

    --
    Al Sparber - PVII
    [url]http://www.projectseven.com[/url]
    Fully Automated Menu Systems | Galleries | Widgets
    [url]http://www.projectseven.com/go/Elevators[/url]


    "SalesCart" <webforumsuser@macromedia.com> wrote in message
    news:gie8ua$rar$1@forums.macromedia.com...
    > [q]Originally posted by: Newsgroup User
    >
    > Actually the docs do state that you can do it using relative paths:
    > [url]http://help.adobe.com/en_US/ExtensionManager/2.0/mxi_file_format.pdf#Page=13[/url]
    > (page 13 in case the anchor doesn't take you there automatically),
    > however, in
    > practice, it doesn't seem to work for the ../ type of relative pathing.
    > In
    > Extension Manager 2 (CS4) you'll get an error message:
    > "A file contains an invalid parent path reference (..). The extension
    > package
    > will not be created."
    >
    >
    > --
    > Danilo Celic
    > | [url]http://blog.extensioneering.com/[/url]
    > | WebAssist Extensioneer
    > | Adobe Community Expert
    > [/q]
    >
    > Yes, we read that. It indicates you can do it, but does not specifically
    > document "how". It leaves you thinking that ../ might work but it
    > doesn't. So
    > perhaps, there is a way to do it, but it appears to be undocumented. Some
    > symbol like ~\ perhaps. We tested more than a few ways and could not
    > discover
    > it...we didn't test ~ though. Perhaps $?? Not sure.
    >
    Al Sparber - PVII Guest

  11. #10

    Default Re: .MXI documentation

    SalesCart wrote:
    > Yes, we read that. It indicates you can do it, but does not specifically
    > document "how". It leaves you thinking that ../ might work but it doesn't. So
    > perhaps, there is a way to do it, but it appears to be undocumented. Some
    > symbol like ~\ perhaps. We tested more than a few ways and could not discover
    > it...we didn't test ~ though. Perhaps $?? Not sure.
    It's not undocumented how it works, it's just not documented accurately compared to how it actually works: relative paths that go up a folder level are not allowed, and in fact generate an error, at least in EMCS4.

    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139