Topic: xml and xslt how to reference (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: |
posted 01-14-2007 16:56
My understanding of xslt is that the xslt stylesheet is referenced from the xml file i.e. code: <?xml version="1.0" > <?xml-stylesheet type="text/xsl" href="mystylesheet1.xsl"?> <person><name>joe</name></person> etc.. </xml>
code: <?xml-stylesheet type="text/xsl" href="mystylesheet1.xsl"?>
|
Obsessive-Compulsive (I) Inmate From: Philadelphia, PA. |
posted 12-21-2007 21:06
Try using Apache cocoon pipelines. I am drafted into a project where we are using it. |