Subject: RE: URGENT: Please help
From: Ram Gande <Ram.Gande@xxxxxxxxxx>
Date: Thu, 26 Apr 2001 12:25:38 -0700
|
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@xxxxxxxxxxxx]
Sent: Thursday, April 26, 2001 11:17 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: 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
|