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

XML / XSL

 
GeneralXSLT Problem Pin
Mark Ryall8-May-03 6:51
Mark Ryall8-May-03 6:51 
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 
The 'politically correct' way is probably to use the xsl:element tag e.g.

<xsl:choose>
  <xsl:when test="test">
    <xsl:element name="b">
      Your Content
    </xsl:element>
  </xsl:when>
  <xsl:otherwise>
    Your Content
  </xsl:otherwise>
</xsl:choose>


This is easy enough if your content is in another rule or a function or something - not so easy otherwise...but it does make sure you've got all tags paired correctly.


Stuart Dootson

'Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p'
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 
GeneralRe: SelectNodes Pin
Anonymous6-May-03 22:20
Anonymous6-May-03 22:20 
GeneralRe: SelectNodes Pin
Philip Fitzsimons7-May-03 2:55
Philip Fitzsimons7-May-03 2:55 
GeneralCrLf in XML quoted string Pin
J. Dunlap6-May-03 8:01
J. Dunlap6-May-03 8:01 
GeneralRe: CrLf in XML quoted string Pin
Stephane Rodriguez.8-May-03 2:26
Stephane Rodriguez.8-May-03 2:26 
GeneralRe: CrLf in XML quoted string Pin
J. Dunlap8-May-03 7:29
J. Dunlap8-May-03 7:29 
GeneralMSXML parser and internet explorer Pin
Firas Rashid5-May-03 22:29
Firas Rashid5-May-03 22:29 
GeneralRe: MSXML parser and internet explorer Pin
Stephane Rodriguez.5-May-03 23:58
Stephane Rodriguez.5-May-03 23:58 

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.