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

Re: matching <br/> v. <br></br>

Subject: Re: matching <br/> v. <br></br>
From: Mike Brown <mike@xxxxxxxx>
Date: Thu, 1 Feb 2001 23:24:03 -0700 (MST)
Re:  matching <br/> v. <br></br>
Robert-

Your message was still not at all clear as to what the problem is.
Are you talking about what the user sees in their web browser? If
so, which browser? Or are you just looking at the HTML? 

Are you thinking that <br></br> is different than <br/> ?

Or that &lt;br&gt;&lt;/br&gt; when copied through to the result tree
should be serialized as <br></br> rather than &lt;br&gt;&lt;/br&gt; ?

Or that <xsl:template match="para"> means "go process para elements"
instead of "here's what to do if you happen to process a para element"?

Or that <xsl:for-each select="."> has any utility whatsoever?

I don't understand what difference the CSS fluff in your literal
result elements would have on the actual output.

What are you trying to achieve, and what exactly is the output you
are seeing? Can you run the transformation standalone and see what
the output from Xalan really is?

And perhaps it would help if you sketched out the XPath/XSLT node tree
for your XML...

root node
|
element 'test'
  |___text '\n  '
  |___element 'para'
  |     |___text 'kjd...sg '
  |     |___element 'br'
  |     |___text ' jdf...skl\n'
  |___text '\n  '
  |___element 'para'
  |     |___text 'kjd...sg '
  |     |___text 'kjd...sg '
  |     |___element 'br'
  |     |___text ' jdf...skl\n'
  |___text '\n  '
  |___element 'para'
  |     |___text 'Holly and Jeff'
  |     |___element 'br'
  |     |___text ' received some'
  |     |___element 'br'
  |     |___text ' training manuals<br></br> they ordered.'
  |___text '\n'

The only thing I can say with certainty is that your stylesheet
*is* managing to process all of these nodes.

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at            My XML/XSL resources: 
webb.net in Denver, Colorado, USA              http://skew.org/xml/


 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.