XSL and XML

Subject: XSL and XML
From: "Trahan, Shane" <srt@xxxxxxx>
Date: Fri, 23 Apr 1999 15:07:06 -0400
I am still rather new to all of this.. But I am hoping that someone can lead
me in the right direction..

I have a DTD and an XML file that Contains my information (It is really
simple.)

My next step is actually format this information move it around the page
etc. 

I have Netscape Gecko and MSIE 5 and I would like to try to make this work
across browsers (Don't flame me ;))

I have an example here of using javascript inside a CSS to modify these. But
I am not sure what to do from this point..

What I am trying to do is simply be able to view my XML document according
to my DTD and sort it alphabetically..

Here is just an example of my code.. 



MYFIRST.DTD
<!ELEMENT FromQtr1 (DUID,STATCODE,FIID,QEXTYPE,ROC)>
	<!ELEMENT DUID (#PCDATA)*>
	<!ELEMENT STATCODE (#PCDATA)*>
	<!ELEMENT FIID (#PCDATA)*>
	<!ELEMENT QEXTYPE (#PCDATA)*>
	<!ELEMENT ROC (#PCDATA)*>



XMLTEST.XML
<?xml version ="1.0"?>
<!DOCTYPE QTR1 SYSTEM "MyFirst.dtd">
<FromQtr1>
	<DUID>NJ08020157</DUID>
	<StatCode>02</StatCode>
	<FIID>458000</FIID>
	<QEXTYPE>CAI</QEXTYPE>
	<ROC>1.0</ROC>
</FromQtr1>



Can someone give me some code to start with?

Or some examples that I can mess with?

Thanx in advance





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


Current Thread