This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: URGENT: Please help



Thanks for that tip. I think I like the idea of spitting out the SAX events
directly into stylesheet without the intermediate XML doc. Could you please
expand that idea. 

I want to do it right even if I am in a hurry. This is the best way to learn
XSL the right way.


-----Original Message-----
From: Michael Kay [mailto:mhkay@iclway.co.uk]
Sent: Thursday, April 26, 2001 11:17 AM
To: xsl-list@lists.mulberrytech.com
Subject: RE: [xsl] URGENT: Please help


> May I suggest this alternate design?
>
> Write a Java program that extracts the customer list from
> LDAP and outputs
> XML containing that information.  Then transform that XML via
> XSL as in your
> original idea.
>

I agree entirely.

If you want to avoid the intermediate XML file, you could write your Java
program to spit out SAX events directly into the XSLT stylesheet: but since
you're a beginner and in a hurry, that might be best left until later.

Mike Kay
Software AG


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]