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

Re: Why doesn test work in one case, but not another??

Subject: Re: Why doesn test work in one case, but not another???
From: "Jon Gorman" <jonathan.gorman@xxxxxxxxx>
Date: Wed, 10 May 2006 15:20:47 -0500
jon gorman
On 5/10/06, Shirley Gasch <sgasch@xxxxxxxxxxxxxxxxxxxxx> wrote:
Hi Jon,

What you see here is the XSLT that was converted from CMDL by the
Filemaker Converter.

So is it actually using the XSLT in the conversion?


What should be seen is (and what is seen in the
previous version, with HTML), is System A: followed by details. What
is seen is blank. There is no real XML, at least as far as I can tell.

I hate to say this, but you really need a better idea how Filemaker handles things internally. I don't know what resources are out there for that.

What you've posted to say simply, is a bit confusing.  Perhaps someone
with more time will be able to help.

You should be able to give Filemaker an identity transform and get out
the exact xml out.
<xsl:template match="@*|node()">
 <xsl:copy>
   <xsl:apply-templates select="@*|node()"/>
 </xsl:copy>
</xsl:template>
straight from the specs:

http://www.w3.org/TR/xslt

Put that in a stylesheet and no other templates and you'll get the xml
that's handed in at that point in the pipleline, although I have no
idea if this will work entirely because I don't really know Filemaker
all that well.


I don't understand how to run it ouside of Filemaker Pro, since Filemaker Pro is what holds the data.

Get the xml output via the above method and then run Saxon or another similar tool.

Jon Gorman

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.