RE: nest a page in xml
by Narins, Josh other posts by this author
Oct 8 2002 9:16PM messages near this date
view in the new Beta List Site
Re: nest a page in xml
|
Generating PDF Files Dynamically
Sure, I do it all the time.
The only key is that the HTML must be XHTMLish
i.e. all tags must close, or be singluar, proper nesting, all params must be
name="value" (with quotes or apostrophes, and changed selected, multiple and
nowrap to selected="1" and nowrap="1", etc)
Of course, many browsers choke on "XML" per se, but mine starts with
<?xml version="1.0" encoding="iso-8859-1"?>
<!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" lang="en-US">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<head>
and they work fine
-----Original Message-----
From: Saritha Ivaturi [mailto:sarithai@[...].com]
Sent: Tuesday, October 08, 2002 2:23 PM
To: perl-xml@[...].com
Subject: nest a page in xml
Can we nest a html page in a xml document and display to the user?
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
------------------------------------------------------------------------------
This message is intended only for the personal and confidential use of the designated recipi
ent(s) named above. If you are not the intended recipient of this message you are hereby no
tified that any review, dissemination, distribution or copying of this message is strictly p
rohibited. This communication is for information purposes only and should not be regarded a
s an offer to sell or as a solicitation of an offer to buy any financial product, an officia
l confirmation of any transaction, or as an official statement of Lehman Brothers. Email tr
ansmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent
that this information is complete or accurate and it should not be relied upon as such. All
information is subject to change without notice.
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
|