view release on metacpan or search on metacpan
examples/MyStamp.pm view on Meta::CPAN
xwarn "Body element is: $el - $data";
my $ns = $nad->find_scoped_namespace("http://jabber.org/protocol/xhtml-im","");
xwarn "namespace is: $ns";
xwarn "NAMESPACES: ".Dumper($nad->list_namespaces());
my $elhtml = $nad->find_elem(1,$ns,"html",1) if $ns;
xwarn "XHTML HTML element is: $elhtml";
my $elx = $nad->find_elem($elhtml,-1,"body",1) if $elhtml;
xwarn "BODY HTML element (no namespace) is: $elx";
my $datax = $nad->nad_cdata( $elx ) if $elx;
xwarn "Body xhtml element is: $elhtml/$elx - $datax" if $elx;
#$nad->append_cdata_head($el, "some data or other");
view all matches for this distribution
view release on metacpan or search on metacpan
share/ext-3.4.1/examples/pivotgrid/countries.html view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Ext JS PivotGrid Sample</title>
<!-- GC -->
view all matches for this distribution
view release on metacpan or search on metacpan
lib/JavaScript/Framework/jQuery.pm view on Meta::CPAN
=item xhtml
Default: true
A boolean indicating whether markup should try to conform to XHTML or not.
=item transient_plugins
Default: true
view all matches for this distribution
view release on metacpan or search on metacpan
lib/JavaScript/Librarian.pm view on Meta::CPAN
join "\n", map {
qq~<script language="JavaScript" src="$_" type="text/javascript"></script>~
} @$paths;
}
# XHTML version of the above...?
sub xhtml {
''; ### FIXME - Finish this
}
1;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/JavaScript/XRay.pm view on Meta::CPAN
${alias}_time_start = ${alias}_date_start.getTime();
if (!window.frames.${alias}_iframe) return;
${alias}_doc = window.frames.${alias}_iframe.document;
${alias}_doc.open();
${alias}_doc.write("<!DOCTYPE html PUBLIC -//W3C//DTD ");
${alias}_doc.write("XHTML 1.0 Transitional//EN ");
${alias}_doc.write(" http://www.w3.org/TR/xhtml1/DTD/");
${alias}_doc.write("xhtml1/DTD/xhtml1-transitional.dtd>\\n\\n");
${alias}_doc.write("<html><head><title>$PACKAGE v$VERSION");
${alias}_doc.write("</title>\\n");
${alias}_doc.write("</head>");
view all matches for this distribution
view release on metacpan or search on metacpan
doc/html/Jemplate.html view on Meta::CPAN
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Jemplate - JavaScript Templating with Template Toolkit</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@omen.apple.com" />
view all matches for this distribution
view release on metacpan or search on metacpan
share/dtd/xhtml-special.ent view on Meta::CPAN
<!-- Special characters for XHTML -->
<!-- Character entity set. Typical invocation:
<!ENTITY % HTMLspecial PUBLIC
"-//W3C//ENTITIES Special for XHTML//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent">
view all matches for this distribution
view release on metacpan or search on metacpan
wiring them into the Admin UI, since they contain no
information other than link IDs.)
- Search-result listing in Admin web UI does not offer links
to sort on virtual fields.
- Search-result listing in Admin web UI restored to being
valid XHTML 1.0.
- Top-level "resolve" script runs within a scoped block, to
ensure that all local ("my") variables go out of scope when
the script ends, whatever Apache's memory management regime
may be. This contributes to fixing a memory-exhaustion
problem.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Konstrukt/Plugin/diff.pm view on Meta::CPAN
=head1 NAME
Konstrukt::Plugin::diff - Print out an XHTML table with the difference between two texts
=head1 SYNOPSIS
B<Usage:>
lib/Konstrukt/Plugin/diff.pm view on Meta::CPAN
A table showing the difference between the two texts.
=head1 DESCRIPTION
With this plugin you compare two texts and put out the difference as an XHTML table.
You may also use its Perl interface:
my $diff = use_plugin 'diff';
my $html = $diff->diff("1\n2\n3", "1\n3");
view all matches for this distribution
view release on metacpan or search on metacpan
will render as:
<a href="http://www.google.com"><img src="http://www.google.com/images/logo.gif" alt="Google" class="inline" /></a>
For XHTML compliance, a default alt attribute is included if omitted:
{image:http://www.google.com/images/logo.gif http://www.google.com}
will render as:
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Kwiki-RecentChanges-Atom
0.02 Aug. 20, 2004
Fix for minor XHTML parsing issues in "img" tag.
0.01 Aug. 20, 2004
First version released.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Kwiki/RecentChangesRSS.pm view on Meta::CPAN
Brian's own version of Kwiki::RecentChangesRSS (developed
independently of this module).
Joon and ambs on #kwiki for finding UTF-8 problems.
David Jones for catching that <img> wasn't XHTML compliant.
=head1 AUTHOR
James Peregrino, C<< <jperegrino@post.harvard.edu> >>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Kwiki/Theme.pm view on Meta::CPAN
border: 0;
vertical-align: middle;
}
__template/tt2/kwiki_doctype.html__
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd">
__template/tt2/kwiki_begin.html__
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
view all matches for this distribution
view release on metacpan or search on metacpan
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml" lang="en-GB">
<head>
<title>BBC NEWS | News Front Page</title>
<meta name="contentFlavor" content="INDEX" />
view all matches for this distribution
view release on metacpan or search on metacpan
t/lwpx-profile.tape view on Meta::CPAN
}, 'HTTP::Headers' ),
'_content' => '',
'_uri' => do{my $o}
}, 'HTTP::Request' ),
'_content' => '
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>The Perl Programming Language - www.perl.org</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
view all matches for this distribution
view release on metacpan or search on metacpan
t/01_simple.t view on Meta::CPAN
Link: </_css/screen.css>; media="screen"; rel="stylesheet"; type="text/css"
Link: </_css/print.css>; media="print"; rel="stylesheet"; type="text/css"
Link: </favicon.ico>; rel="shortcut icon"; type="image/ico"
Title: IANA â Example domains
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>IANA — Example domains</title>
<!-- start common-head -->
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
view all matches for this distribution
view release on metacpan or search on metacpan
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>LaTeX::Easy::Templates - Easily format content into PDF/PS/DVI with LaTeX templates.</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:andreas@fedora.(none)" />
view all matches for this distribution
view release on metacpan or search on metacpan
lib/LaTeXML/Plugin/LtxMojo/templates/demo.html.ep view on Meta::CPAN
% layout 'default';
% title 'Demos';
<div style="margin:10px;">
<h2 id="LaTeXMLDaemonDemos">LaTeXML Daemon Demos</h2>
<ul><li><a class="ext-link" href="/editor"><span class="icon"> </span>LaTeX fragment editor</a> - A web-based LaTeX editor with on-the-fly XHTML rendering.
</li><li><a class="ext-link" href="http://tex2xml.kwarc.info/test/formula.php"><span class="icon"> </span>Formula conversion service</a> - Blazing fast formula conversion
</li><li><a class="ext-link" href="http://tex2xml.kwarc.info/test/mathjax-demo.php"><span class="icon"> </span>The MathJaX demo @ arXMLiv</a> - Heard about <a class="ext-link" href="http://www.mathjax.org/"><span class="icon"> </span>MathJaX</a>? We ...
</li></ul>
<h2 id="LaTeXMLDemos">LaTeXML Demos</h2>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/LaTeXML/Common/Config.pm view on Meta::CPAN
--numbersections enables (the default) the inclusion of
section numbers in titles, crossrefs.
--nonumbersections disables the above
--timestamp provides a timestamp (typically a time and date)
to be embedded in the comments
--embed requests an embeddable XHTML snippet
(requires: --post,--profile=fragment)
DEPRECATED: Use --whatsout=fragment
TODO: Remove completely
--stylesheet specifies a stylesheet,
to be used by the post-processor.
lib/LaTeXML/Common/Config.pm view on Meta::CPAN
to this directory to make it more portable.
=item C<--embed>
TODO: Deprecated, use --whatsout=fragment
Requests an embeddable XHTML div (requires: --post --format=xhtml),
respectively the top division of the document's body.
Caveat: This experimental mode is enabled only for fragment profile and post-processed
documents (to XHTML).
=back
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Lab/Measurement/DocWriter/HTML.pm view on Meta::CPAN
sub _get_header {
my ($self, $title) = @_;
return <<HEADER;
<?xml version="1.0" encoding="utf8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<link rel="stylesheet" type="text/css" href="../doku.css"/>
<title>$title</title>
view all matches for this distribution
view release on metacpan or search on metacpan
1.03 2014-08-16
- fixed distribution name in metadata.
1.02 2014-02-02
- removed IMAGE parse rule.
- updated templates to XHTML standards.
- upgrade to Labyrinth-5.20.
- upgrade to Labyrinth-Plugin-Core-5.14.
- removed obsolete templates & images.
1.01 2013-02-10
view all matches for this distribution
view release on metacpan or search on metacpan
1.06 2014-04-16
- fixed distribution name in META.
1.05 2013-10-20
- fixed XHTML tags.
- added button classes.
- updated titles and breadcrumbs.
- added slideshow template and javascript.
- add functionality to list multiple albums/photos.
view all matches for this distribution
view release on metacpan or search on metacpan
1.02 2013-05-05
- change file dates changed to meet W3CDTF standards.
- added LICENSE file.
- rework access level requirements for admin functions.
- templates updated for accessibility and XHTML validation.
- test suite update.
1.01 2012-06-10
- META tests no longer require specific versions.
- added minimum perl version (5.006).
view all matches for this distribution
view release on metacpan or search on metacpan
vhost/cgi-bin/templates/public/badlayout.html view on Meta::CPAN
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb">
<head>
<title lang="en">ERROR 404 - PAGE NOT FOUND</title>
<meta name="Generator" content="Labyrinth" />
<meta name="Author" content="Birmingham Perl Mongers" />
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Labyrinth/Groups.pm view on Meta::CPAN
For the current user login, return the list of groups they are associated with.
=item GroupSelect([$opt])
Provides the XHTML code for a single select dropdown box. Pass the id of a
group to pre-select that group.
=item GroupSelectMulti([$opt[,$rows]])
Provides the XHTML code for a multiple select dropdown box. Pass the group id
or an arrayref to a list of group ids to pre-select those groups. By default
the number of rows displayed is 5, although this can be changed by passing the
number of rows you require.
=cut
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Language/Dashrep.pm view on Meta::CPAN
# are affected.
# If a tag does not end on the same line as it
# starts, more lines are read in an attempt
# to reach the end of the tag, but this
# capability is not robust. This is done to
# accomodate XHTML generated by the "Tidy"
# utility.
} elsif ( $input_text =~ /^ *linewise-translate-xml-tags-in-file-to-dashrep-phrases-in-file +([^ \[\]]+) +([^ \[\]]+) *$/ )
{
$source_filename = $1 ;
view all matches for this distribution
view release on metacpan or search on metacpan
doc/AuthorizationHeader.html.en view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Lemonldap::Handlers::AuthorizationHeader - Plugin for Lemonldap sso system</title>
<link rev="made" href="mailto:root@localhost" />
</head>
view all matches for this distribution
view release on metacpan or search on metacpan
site/htdocs/static/bwr/jquery/dist/jquery.js view on Meta::CPAN
div.innerHTML = "<option></option>";
support.option = !!div.lastChild;
} )();
// We have to close these tags to support XHTML (trac-13200)
var wrapMap = {
// XHTML parsers do not magically insert elements in the
// same way that tag soup parsers do. So we cannot shorten
// this by omitting <tbody> or other required elements.
thead: [ 1, "<table>", "</table>" ],
col: [ 2, "<table><colgroup>", "</colgroup></table>" ],
tr: [ 2, "<table><tbody>", "</tbody></table>" ],
view all matches for this distribution
view release on metacpan or search on metacpan
doc/html/Jemplate.html view on Meta::CPAN
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Jemplate - JavaScript Templating with Template Toolkit</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@omen.apple.com" />
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Lingua/EN/SENNA/third-party/senna/doc/denied.html view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>
view all matches for this distribution