All Downloads are FREE. Search and download functionalities are using the official Maven repository.

samples.data.jsp_test.html Maven / Gradle / Ivy

Go to download

Jericho HTML Parser is a simple but powerful java library allowing analysis and manipulation of parts of an HTML document, including some common server-side tags, while reproducing verbatim any unrecognised or invalid HTML. It also provides high-level HTML form manipulation functions.

There is a newer version: 2.3
Show newest version
<%@ page language="java" %>
<%@ taglib uri="/WEB-INF/struts-i18n.tld" prefix="i18n" %>


 JSP Test Page


This example demonstrates how HTML pages can be properly parsed when attributes contain server tags that would normally interfere with the syntax of the HTML.

The value of $variable is <%= $variable %>

<%@ include file="relativeURL" %> ?BACK=TRUE';">

This paragraph has a dynamic id attribute

">This paragraph has a dynamic class attribute that contains quotes





© 2015 - 2024 Weber Informatics LLC | Privacy Policy