Announcement

Collapse
No announcement yet.

Storemorph Page Compiler Bugs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Storemorph Page Compiler Bugs

    These are moderately serious Store Morph Page Compiler Bugs. While most are easy to work around these simple examples somtimes manafest themselves in more serious or difficult to track ways.

    These have been posted elsewhere or individually but I wanted to consolidate them here.

    This Fails <![CDATA[&mvte:global:sessionurl;]]>
    This Works<![CDATA[ &mvte:global:sessionurl; ]]>

    This Fails <!--&mvte:global:sessionurl;-->
    This Works <!-- &mvte:global:sessionurl; -->

    &mvt: should work regardless of what character proceeds it.

    This Fails ( The link bleeds through to the web page even though it's commented out. )
    <mvt:comment> <a href="&mvte:global:sessionurl;">link</a> </mvt:comment>


    This Fails to compile.
    <mvt:item name="toolkit" param="sassign|greeting|Hello World" />&mvt:global:greeting;<br />

    This Compiles.
    <mvt:item name="toolkit" param="sassign|greeting|Hello World" /> &mvt:global:greeting;<br />

    This Fails to compile.
    <mvt:item name="toolkit" param="sassign|greeting|&" />

    In short their are problems with "comment", <!, &mvt:, and Ampersands.
    Ray Yates
    "If I have seen further, it is by standing on the shoulders of giants."
    --- Sir Isaac Newton
Working...
X