Table of Contents [Hide/Show]
OverviewMarkup syntax supported by the XsltMarkupPlugin The wiki syntax form of markup The xml syntax form of markupConfiguring markup with the XsltMarkupPlugin Registering a markup namespace explicity Deregistering a markup namespace Setting up a dynamic path Enable a markup namespace Disable a markup namespace Turning logging off Turning debug on Changing The Parse Priority ExamplesWriting an Xslt Markup ProcessorSecuring Xslt Markup Licensing Download the latest version Release Notes 3.0.4 Beta 3.0.0 Beta 2.1.0 BetaKnown Issues and Feature Requests
"{" markup-namespace":" [ {parameter-name "=" parameter-value} | {unnamed-parameter} [ "|" {parameter-name "=" parameter-value} | {unnamed-parameter} ]... ] "}"
{ silverlight:(mypage)mycontrol.xap|width=100 |height=400} or {DisplaySQLTable: PARTS_INVENTORY }
"<" markup-namespace [ param="value" ]* ">" any-other-embedded-markup "</" markup-namespace ">"
<mymarkup height="42" width="42"> <additional-stuff>42</additional-stuff> ... more text based or xml based markup here ... </mymarkup>
"register" [restricted | partly-trusted | fully-trusted ] [ phase1 | phase2 | phase3 | dynamic ] "using" xlst-file-path
"deregister" markup-namespace
"set" [restricted | partly-trusted | fully-trusted ] "path" "to" directory-path
"enable" markup-namespace
"disable" markup-namespace
"nolog"
"debug"
"priority" priority-value
"//" comment-text
{silverlight: filename.xap|height=600} {DumpContext:} {ServerName:} {LogThis: Dump this message into the screwturn log} {silverlight: /ForceDirected/DaisleyHarrison.ForceDirected.UnitTest.xap| height=600 | width=100% | background=white | myparam = 42 }
register using public/upload/XsltMarkup/silverlightMarkup.xslt register dynamic using public/upload/XsltMarkup/DumpContextMarkup.xslt register using public/upload/XsltMarkup/ServerNameMarkup.xslt register using public/upload/XsltMarkup/LogThisMarkup.xslt
set fully-trusted path to public/upload/XsltMarkup