From: andi <bin...@li...> - 2001-09-25 23:07:47
|
andi Tue Sep 25 16:07:42 2001 EDT Modified files: /r2/binarycloud/user/htdocs compilertest.html Log: Changes tags to SML style Index: r2/binarycloud/user/htdocs/compilertest.html diff -u r2/binarycloud/user/htdocs/compilertest.html:1.1 r2/binarycloud/user/htdocs/compilertest.html:1.2 --- r2/binarycloud/user/htdocs/compilertest.html:1.1 Sat Sep 22 13:01:04 2001 +++ r2/binarycloud/user/htdocs/compilertest.html Tue Sep 25 16:07:42 2001 @@ -8,18 +8,65 @@ <b> blah </b> -<bc:module id="moo" name="HelloWorld" package="hello_world"> - <cache expires="30" use_uri="true" var="$moo"/> +<bc:module> + <id>moo</moo> + <name>HelloWorld</name> + <package>hello_world</package> + <cache> + <expires>30</expires> + <use_uri>true</use_uri> + <var>$moo</var> + </cache> <params> <param_name>value</param_name> <another_param_name>another_value</another_param_name> </params> </bc:module> -<bc:img id="abcimg" /> -<bc:js id="moo" inline="true" /> -<bc:css id="moo" inline="false" /> -<bc:href id="href" href="/archive/mp3/any_document.mp3" usedocroot="true" /> +<bc:img> + <id>abcimg</id> +</bc:img> +<bc:js> + <id>moo</id> + <inline>true</true> +</bc:js> + +<bc:css> + <id>moo</id> + <inline>false</inline> +</bc:css> + +<bc:href> + <id>somelink</id> + <href>/archive/mp3/any_document.mp3</href> + <usedocroot>true</usedocroot> +</bc:href> + </body> </html> + + + + + + + + + + + + + + + + + + + + + + + + + |