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

Re: Dynamic processing of xml file using xsl and java

Subject: Re: Dynamic processing of xml file using xsl and javascript
From: "Matthew Hailstone" <mhailstone@xxxxxxxxxx>
Date: Fri, 29 Oct 2004 00:34:07 -0600
dynamic processing
Geert,

First, thanks for the response.

You are right. outputElement is a variable declared a little above your
quoted code snippet:

  function XSLTransform(outputElement)

>> // replace the JS XSLTransform link with the output fragment
>> // by doing a dom replace of fragment against the original
>> // link (here represented as oldLink).
>> var oldLink = document.getElementById(xsllink);
>>
document.getElementById(outputElement).replaceChild(fragment,oldLink);

>outputElement looks like a variable to me, but I can't find the
definition.


The outputElement parameter is passed near the end of contents.html:

<a href="javascript:XSLTransform('linkoutput')">Frame  a</a><br>



>This doesn't look like valid xml. Try putting your attributes in
double quotes, so:

><xsl:stylesheet
>      xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>   version="1.0">
>   <xsl:param name="dn">One</xsl:param>
>   <xsl:output method="html" />

Very strange. My email client must be stripping the quotes out I
suppose. Everything is fine here. Good observation, though.

>Have you tried running your data.xml against data.xsl from the
command-line? This could help
>localize the problem.

Yes, I apply the xsl document to the xml document, and get the
following:

<h1>HI!</h1>
<div bgcolor="#8F8FBD"></div>
<h1>Data</h1>


Again, I appreciate the feedback to make sure I'm explaining all this
correctly.

Matthew

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.