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

Inclusion of other name spaces

Subject: Inclusion of other name spaces
From: "Alan Boldock" <aboldock@xxxxxxxxxxxxxxxxxx>
Date: Mon, 5 Jun 2006 09:03:15 +0930
inclusion in other countries
Hi, 

I have an XML document in the FO name space, starts like this:
<xsl:template match="/">
		<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">


So I have blocks like this:

<fo:table table-layout="fixed">
	<fo:table-column column-width="30mm"/>
	<fo:table-column column-width="52mm"/>
		<fo:table-body>
	<fo:table-row>
	<fo:table-cell>
	<fo:block><fo:external-graphic
rc="url('{$oa.ContextURL}/xsl/site/images/{$hospitalLogo}')" height="25mm"
width="auto"/></fo:block>
	</fo:table-cell>
	</fo:table-row>
	<!-- can I do this in here? -->
	<mynamespace:anotherfield>blah blah blah</mynamespace:anotherfield>
	<mynamespace:anotherfield2>more blah</mynamespace:anotherfield2>
	</fo:table-body>
	</fo:table>


So the issue is can I simply put new data into the existing XSL file to
generate my XSL-FO XML output or do I need to define the "mynamespace"
somewhere? 

As in a previous post I want to do this to stop the content from being in
the FO namespace so it doesn't print it. 

Thanks

Alan 

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

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

Buy Stylus Studio Now

Cast Your Vote

We need your help – Vote for DataDirect XML Products!

  • Best SOA or XML site

Winners and finalists announced at SOA World Conference in November.

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-2007 All Rights Reserved.