Subject:beginner help xslt and xpath Author:Katarina Larsson Date:04 Feb 2010 02:33 AM
Hi!
I'm new to xslt so I guess this is a trivial problem.. I am trying to create a stylesheet for a XML-file but I don't manage to access part in teh XML-file correct, this is the XML:
<mml:MmlGridFeed.m_pFeedDownLink rdf:resource="#_095C3CFEBEFFBB245321F4BB00738467"/>
<mml:MmlGridNode.m_pGeoPosOfGridNode rdf:resource="#_CD50C25ACA40B9FF21A2F6E39ACFF7B6"/>
<mml:MmlCityFixedMember.m_pMemberOf3DMapContainer rdf:resource="#_72C35614AD72B36DAFDBCAACBE59DD74"/>
<mml:MmlRoot.m_strLocalName>FeedStation_from_BOWMAN</mml:MmlRoot.m_strLocalName>
<mml:MmlRoot.m_strDescription>This is the feeding point from superior grid to this Feed</mml:MmlRoot.m_strDescription>
<mml:MmlRoot.m_pIO rdf:resource="#_D1E38BAEFEB8646F9E86764798B2F8EF"/>
</mml:MmlGridFeed>
</Viking:SimTelegram>
</rdf:RDF>
------------------------
This is the XLS:
-------------------------------------