Page 1 of 1

XSLT Page Generating Issue

Posted: Wed Oct 17, 2007 3:56 pm
by TomPich
Hi,

I have a large XML document (generated by a macro) and have used an
XSLT file to break it down into tables so its more vreadable in HTML
format.


I would post the files but its far to big so i'll do my best to
explain.


Ok, the main nodes within my .xml file has lots of child nodes,
however the xslt file is displaying a few of those.


I want the user to be able to click one of the fileds and then
automatically be sent to a page to display the rest of the
information.


Example...


- <BoSearchMACActivitySummaryType>
<ActivityID>567026826</ActivityID>
<ActivityIDSpecified>true</ActivityIDSpecified>
<ActivityStatus>2</ActivityStatus>
<ActivityStatusSpecified>true</ActivityStatusSpecified>
<PrimaryUserID>419837346</PrimaryUserID>
<PrimaryUserIDSpecified>true</PrimaryUserIDSpecified>
<SecondaryUserIDList />
<CreationDate>2007-10-15T09:51:34Z</CreationDate>
<CreationDateSpecified>true</CreationDateSpecified>
<ThreadID>5311116646</ThreadID>
<ThreadIDSpecified>true</ThreadIDSpecified>
- <Issue>
<ID>1569</ID>
<IDSpecified>true</IDSpecified>
<Label>Internal</Label>
</Issue>
- <Rule>
<ID>0</ID>
<IDSpecified>true</IDSpecified>
</Rule>
- <Disposition>
<ID>1631</ID>
<IDSpecified>true</IDSpecified>
<Label>Document</Label>
</Disposition>
<Priority>50</Priority>
<PrioritySpecified>true</PrioritySpecified>
<Source>Legacy</Source>
<CountSpecified>false</CountSpecified>
- <Content>
- <Attachment>
- <BoMACActivityAttachmentType>
<Name>567026826.html.zip</Name>
</BoMACActivityAttachmentType>
</Attachment>
</Content>
</BoSearchMACActivitySummaryType>


I have about 70 BoSearchMACActivitySummaryType's. Ok so i'm
displaying selected data in my HTML file and want the user to be able
to click the ActivityID (for example) and then be sent to an
automatically generated page which displays all of the information for
the selected activityID.


I hope you can guage what i mean from this. So my main xslt file is
displaying 4 fields of 8. I want the text to by hyperlinked and when
clicked, the user to be sent to an automatically generated page where
the further information for the selected nodes are displayed.


Hope someone can help me.


Thanks Again


Kindest Regards


Tom