Initialer Commit

This commit is contained in:
2026-03-18 21:52:19 +01:00
commit f4377bb347
584 changed files with 43636 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<jsp-preview-template>
<taglib uri="http://java.sun.com/JSP/Page">
<tag name="root"><![CDATA[$tag.processBody()]]></tag>
<tag name="text"><![CDATA[$tag.getValue()]]></tag>
<tag name="directive.page"/>
<tag name="scriptlet"><![CDATA[<!--$tag.getValue()-->]]></tag>
<tag name="expression">$tag.getValue()</tag>
</taglib>
</jsp-preview-template>