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

  1. #1

    Default XSL and design view

    I REPOST this, is there no body who can help ?? Its really VERY VERY annoying !
    I must add that also the small tags dw puts if things like xsl:choose screw up
    the whoel design. It would be halepfull to be able to toggle the display of
    those tags in design view.

    My originla post:

    On xsl template sthe whole design view shows wrong when the path expression is
    longer than the resul will be.

    Example:

    the outpur will be:

    <td style="width:20px">1</td>

    the xsl is


    <td style="width:20px"><xsl:value-od
    select="someverylongxpathexpression"/></td>

    in design view my cell is now 300 px or so....

    Is there not any option wher DW cuts the path expression to the correct cell
    size ? To me the DW xsl development is totally useless if DW screws up the
    design like that completely !

    joer33304 Guest

  2. Similar Questions and Discussions

    1. ssi in design view
      I just upgraded to CS3. In Dreamweaver, my ssi files will only appear in code view. In the old MX version, you needed to add the ssi extension to...
    2. DW Split View - Design View
      When working in DW in Split View, when the user clicks into the Design View window the view automatically updates the view if code view has changed....
    3. TXT Files in Design View
      I use a lot of TXT files as INCLUDE files in various pages. When I used Dreamweaver 4 I had no problem editing a TXT file just like any HTML file...
    4. Design View is Blank
      I am using Dreamweaver 8 on a PC (Windows XP), and have recently started to have problems with my design view. I am working on PHP files in...
    5. Wierd error when going to Design View from HTML view
      When I go from HTML view (in a webform) to Design View I get the following error: Could not open in Design view. Quote values differently inside a...
  3. #2

    Default Re: XSL and design view

    Try going to Preferences > Invisible Elements and change the combo box for
    "Show Dynamic Text as" to "{}". Then the only thing you'll see in Design View
    is {} which should be less that 20px wide.

    Hope that helps,
    Chris

    ChrisBank Guest

  4. #3

    Default Re: XSL and design view

    Hi Chris,

    thanks so much ! This solves 50 % of the problems, what is left are the xsl
    commands like xsl:choose,xsl:if. For example I have a small cell with 10
    different options of html based on the xsl data. In dw this now shows up as 10
    lines, so my original line of lets say 20 px height is 200px high in dw design
    mode. I unchecked everything in invisble elements, but it stil shows up. Any
    solution for this ?

    Thanks again

    Joe

    joer33304 Guest

  5. #4

    Default Re: XSL and design view

    There's not an easy preference for these. Depending on your layout you could
    try a design time style sheet and some rules to hide all but the first element
    in your statements. You can read more about Design Time Style sheets and how to
    use them on the LiveDocs article:


    [url]http://livedocs.adobe.com/en_US/Dreamweaver/9.0/WScbb6b82af5544594822510a94ae8d6[/url]
    5-7e17.html

    Hope that helps,
    Chris

    ChrisBank Guest

  6. #5

    Default Re: XSL and design view

    Chris,

    thanks so much. Some extra work to add divs for design and run time, but yes this works !

    joer33304 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