Click here to Skip to main content
15,913,773 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: where does the meta tag come from? Pin
J. Dunlap12-May-03 8:13
J. Dunlap12-May-03 8:13 
AnswerRe: where does the meta tag come from? Pin
Philip Fitzsimons15-May-03 3:20
Philip Fitzsimons15-May-03 3:20 
GeneralOutput XML->HTML Pin
J. Dunlap10-May-03 10:54
J. Dunlap10-May-03 10:54 
GeneralRe: Output XML->HTML Pin
Retsof Nawor11-May-03 14:32
Retsof Nawor11-May-03 14:32 
GeneralRe: Output XML->HTML Pin
J. Dunlap12-May-03 10:40
J. Dunlap12-May-03 10:40 
GeneralXSLT Problem-again Pin
Mark Ryall8-May-03 6:58
Mark Ryall8-May-03 6:58 
GeneralRe: XSLT Problem-again Pin
Philip Fitzsimons8-May-03 8:27
Philip Fitzsimons8-May-03 8:27 
GeneralXSLT Problem Pin
Mark Ryall8-May-03 6:51
Mark Ryall8-May-03 6:51 
I have the following in my XML file

<field name="collection">body
<field name="pfi">BGR9965
<field name="documenttype">BGR

I want to loop through the FIELD id's and only print the 'value' if NAME="pfi".

The XSLT I have (which doesn't work is....)

<xsl:for-each select="FIELD">
<xsl:if test="@NAME='pfi'">
<xsl:value-of select=".">



I'd love any help! Cheers

Mark
Generalerror C2065: 'IXMLDOMDocument3' : undeclared identifier Pin
Emiliano8-May-03 1:37
Emiliano8-May-03 1:37 
GeneralRe: error C2065: 'IXMLDOMDocument3' : undeclared identifier Pin
Stephane Rodriguez.8-May-03 2:22
Stephane Rodriguez.8-May-03 2:22 
GeneralSelection based on more than one condition Pin
EnkelIk7-May-03 22:03
EnkelIk7-May-03 22:03 
GeneralRe: Selection based on more than one condition Pin
J. Dunlap7-May-03 22:07
J. Dunlap7-May-03 22:07 
GeneralRe: Selection based on more than one condition Pin
EnkelIk7-May-03 22:45
EnkelIk7-May-03 22:45 
GeneralXSL tag matching Pin
J. Dunlap7-May-03 10:03
J. Dunlap7-May-03 10:03 
GeneralRe: XSL tag matching Pin
Stuart Dootson7-May-03 21:59
professionalStuart Dootson7-May-03 21:59 
GeneralRe: XSL tag matching Pin
J. Dunlap7-May-03 22:05
J. Dunlap7-May-03 22:05 
GeneralRe: XSL tag matching Pin
Stuart Dootson7-May-03 22:16
professionalStuart Dootson7-May-03 22:16 
GeneralRe: XSL tag matching Pin
J. Dunlap7-May-03 22:20
J. Dunlap7-May-03 22:20 
GeneralRe: XSL tag matching Pin
Philip Fitzsimons8-May-03 1:58
Philip Fitzsimons8-May-03 1:58 
GeneralRe: XSL tag matching Pin
Stuart Dootson8-May-03 5:40
professionalStuart Dootson8-May-03 5:40 
GeneralRe: XSL tag matching Pin
J. Dunlap8-May-03 7:24
J. Dunlap8-May-03 7:24 
GeneralRe: XSL tag matching Pin
Philip Fitzsimons8-May-03 8:24
Philip Fitzsimons8-May-03 8:24 
GeneralRe: XSL tag matching Pin
J. Dunlap8-May-03 9:46
J. Dunlap8-May-03 9:46 
GeneralSelectNodes Pin
thongkk1236-May-03 22:17
sussthongkk1236-May-03 22:17 
GeneralRe: SelectNodes Pin
Anonymous6-May-03 22:18
Anonymous6-May-03 22:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.