|
Definition of Whitebeam XML Tags
|
Whitebeam XML MarkupOverall control of Whitebeam Presentation Pages is achieved through the
presence of special server side markup with the Pattern Page. This markup
is in the form of a set of XML tags and attributes that are processed by
the Presentation Engine before the page is sent to the client.
Below are links to the entire set of XML tags defined by Whitebeam
along with the special XML attributes that can be applied to both
Whitebeam and HTML tags. A formal reference for the XML tags defined
by Whitebeam can be found in the DTD
XML Tags | Summary |
rb:authenticate | Apply password protection for a page |
rb:block | Mark an area of XML - don't insert into the document |
rb:cachecontrol | Control client-side caching of this Pattern Page |
rb:eval | Evaluate a JavaScript expression |
rb:false | Conditional child tag of the rb:test tag |
rb:header | Specify an HTTP header to return to the client |
rb:include | Insert a file into the current Pattern Page |
rb:insertblock | Insert output text from a named XML block |
rb:insertdebug | Insert the contents of the debug output buffer |
rb:macrotag | Define a new XML tag with JavaScript implementation |
rb:marksession | Mark all anchor and src tags with session ID |
rb:nomacro | Prevent further MacroTag definitions |
rb:noscript | Prevent further <rb:script...> tags |
rb:parser | Control the behaviour of the page parser. |
rb:redirect | Server-side redirect to another page |
rb:repeatfor | Repeat a block of XML multiple times |
rb:return | Specify the HTTP return code for this Pattern Page |
rb:script | Execute server-side JavaScrip |
rb:if | Simple inclusion of a section of XML |
rb:test | Conditionally include a section of XML |
rb:true | Conditional child tag of the rb:test tag |
rb:xmp | Send a block of XML to the client - no server side processing |
XML Attribute | Summary |
rb:eval | Replace attribute with result of a JavaScript expression |
rb:id | Mark a tag with a server-side name |
rb:marksession | Modify a URL to carry the Whitebeam Session Identifier. |
rb:test | Make a tag conditional on a JavaScript expression |
|
|
(loadtime : 39ms) |