Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 12th, 2007, 01:43 AM
Registered User
 
Join Date: Apr 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Printing element's values problem !!!

Hi everyone,

I have a problem about XSL.
For example, I have an XML like this :

<content>
    Intended for experienced web programmers familiar with <emph>XML</emph> and <emph>HTML</emph>, this authoritative reference explains what every construct in <emph>XSLT</emph> does, as well as how it should be used.
</content>

All I want the output is : Intended for experienced web programmers familiar with XML and HTML, this authoritative reference explains what every construct in XSLT does, as well as how it should be used.

Anyone has solution ?
Thank you,
Danny

iDAP
 
Old April 12th, 2007, 03:30 AM
mhkay's Avatar
Wrox Author
 
Join Date: Apr 2004
Posts: 4,962
Thanks: 0
Thanked 292 Times in 287 Posts
Default

Are you trying to output HTML? You don't actually say. It helps to specify the output in terms of the HTML markup you want to generate rather than its final appearance in the browser. If you're not trying to generate HTML but some other format such as RTF or PDF then of course it will be quite different.

Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference





Similar Threads
Thread Thread Starter Forum Replies Last Post
Printing values vinay_shrivastava03 .NET Framework 1.x 1 April 23rd, 2007 03:45 AM
How can I take element's name as value..? Nesher XSLT 2 January 31st, 2007 05:45 AM
Printing Problem dparsons ASP.NET 1.0 and 1.1 Professional 0 December 28th, 2006 05:07 PM
printing problem smukher Beginning VB 6 2 June 11th, 2003 10:15 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.