[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

HTML Flow objects that span rules

Subject: HTML Flow objects that span rules
From: Ed Burns <edburns@xxxxxxx>
Date: Tue, 21 Apr 1998 09:27:49 -0700
html flow
Hi There, 

This is my first post to the list so please forgive me if this question
has already been asked.  I didn't find an answer in the FAQ or in the
spec.

Is it legal for HTML Flow objects to span rules, or must each rule
produce completely encapsulated HTML?

Say I want to format some XML data into a table using the HTML/CSS Core
Flow Objects.  Assume the <TABLE> and other stuff is already correctly
represented.  The following XML lays out a row.  There is an HTML element
that opens at point **1** in the first rule and ends at point **2** in
the last rule.  Is this legal?

<rule>
	<target-element type="Header"/>

	<TR> **1**
	<TH><eval>getAttribute("RefName")</eval></TH>
		<children/>

</rule>

<rule>
	
	<target-element type="Cell"/>

	<TD><eval>getAttribute("CellValue")</eval></TD>

</rule>

<rule>

	<!-- special pattern to pick out the last "Cell" in a row -->

	<TD><eval>getAttribute("CellValue")</eval></TD>

	</TR> **2**

</rule>

Thanks,

Ed


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.