|
Great series - but I can't seem to get the first translation to work. Downloaded the SenateToRDF.xsl and ran xsltproc and get the following 100 times...
<USSenator rdf:about="">
<FullName></FullName>
<URI></URI>
<Party/>
<State></State>
<Address></Address>
<Phone></Phone>
<SenateClass></SenateClass>
<ContactURI></ContactURI>
</USSenator>
I'm a beginner to xslt and can't seem to work out why the variables are not being selected/populated correctly. Any help would be great...
|