vb@rchiv
VB Classic
VB.NET
ADO.NET
VBA
C#
Erstellen von dynamischen Kontextmen?s - wann immer Sie sie brauchen!  
 vb@rchiv Quick-Search: Suche startenErweiterte Suche starten   Impressum  | Datenschutz  | vb@rchiv CD Vol.6  | Shop Copyright ©2000-2025
 
zurück

 Sie sind aktuell nicht angemeldet.Funktionen: Einloggen  |  Neu registrieren  |  Suchen

Suche Visual-Basic Code
Re: Tabelle in XML umwandeln 
Autor: gaschi14
Datum: 22.04.08 11:28

'*********************************************************************
' Physical Value Element
'*********************************************************************
 
   Set xmlSymb_CharElement = xml.createElement("Symb_Char")
   xmlSymb_CharElement.Text = myVar
   myNode.appendChild xmlSymb_CharElement
 
End Sub
 
Sub subFootnoteElement(ByVal myFootPos As String, ByVal strType As String, _
  ByVal blRanks As Boolean, ByVal strFootnote As String, ByVal myNode As _
  MSXML2.IXMLDOMNode)
 
'*****************************************************************
'* Footnote
'*****************************************************************
 
    Set xmlFootnoteElement = xml.createElement("Footnote")
    myNode.appendChild xmlFootnoteElement
    subxmlAttribute "Id", myFootPos, xmlFootnoteElement
End Sub
 
Sub subCrossRefElement(ByVal myCrossRef1 As String, ByVal myCrossRef2 As _
  String, ByVal myNode As MSXML2.IXMLDOMNode)
 
'*****************************************************************
'* Footnote
'*****************************************************************
 
    Set xmlCrossRef = xml.createElement("CrossRef")
    myNode.appendChild xmlCrossRef
    subxmlAttribute "Idref", myCrossRef1, xmlCrossRef
    subxmlAttribute "type", myCrossRef2, xmlCrossRef
End Sub
 
Sub subFootnotes(ByVal myFootPos As String, ByVal strType As String, ByVal _
  blRanks As Boolean, ByVal strFootnote As String, ByVal myNode As _
  MSXML2.IXMLDOMNode)
'******************************************************************************
' ********************
'* history: 2005-06-22 removed standby from Footnote 2 for Module due to review 
' of doc T90 SO-DIMM
'*
'******************************************************************************
' ********************
   ' subFootnoteElement strAddress, myNode
    If strType = "FBDIMM" And strFootnote = "1" Then
        Dim strFootnoteText As String
        strFootnoteText = "Measured currents on RC/B according to the INTEL/" & _
          "JEDEC specifcation."
        strFootnoteText = strFootnoteText + "The measurements are done in a" & _
        "INTEL Blackford system."
        Set xmlFootnote = xml.createElement("Footnote")
        myNode.appendChild xmlFootnote
        subxmlAttribute "Id", myFootPos, xmlFootnote
        subxmlText strFootnoteText, xmlFootnote
 
    End If
 
    If strType = "FBDIMM" And strFootnote = "2" Then
 
        strFootnoteText = "RC/A and RC/H are TBD"
        Set xmlFootnote = xml.createElement("Footnote")
        myNode.appendChild xmlFootnote
        subxmlAttribute "Id", myFootPos, xmlFootnote
        subxmlText strFootnoteText, xmlFootnote
    End If
alle Nachrichten anzeigenGesamtübersicht  |  Zum Thema  |  Suchen

 ThemaViews  AutorDatum
Tabelle in XML umwandeln3.158gaschi1422.04.08 11:21
Re: Tabelle in XML umwandeln1.555gaschi1422.04.08 11:21
Re: Tabelle in XML umwandeln1.385gaschi1422.04.08 11:23
Re: Tabelle in XML umwandeln1.350gaschi1422.04.08 11:24
Re: Tabelle in XML umwandeln1.345gaschi1422.04.08 11:25
Re: Tabelle in XML umwandeln1.296gaschi1422.04.08 11:26
Re: Tabelle in XML umwandeln1.307gaschi1422.04.08 11:27
Re: Tabelle in XML umwandeln1.276gaschi1422.04.08 11:27
Re: Tabelle in XML umwandeln1.355gaschi1422.04.08 11:27
Re: Tabelle in XML umwandeln1.362gaschi1422.04.08 11:28
Re: Tabelle in XML umwandeln1.348gaschi1422.04.08 11:28
Re: Tabelle in XML umwandeln1.358gaschi1422.04.08 11:29
Re: Tabelle in XML umwandeln1.326gaschi1422.04.08 11:29
Re: Tabelle in XML umwandeln1.323gaschi1422.04.08 11:30
Re: Tabelle in XML umwandeln1.411gaschi1422.04.08 11:30

Sie sind nicht angemeldet!
Um auf diesen Beitrag zu antworten oder neue Beiträge schreiben zu können, müssen Sie sich zunächst anmelden.

Einloggen  |  Neu registrieren

Funktionen:  Zum Thema  |  GesamtübersichtSuchen 

nach obenzurück
 
   

Copyright ©2000-2025 vb@rchiv Dieter Otter
Alle Rechte vorbehalten.
Microsoft, Windows und Visual Basic sind entweder eingetragene Marken oder Marken der Microsoft Corporation in den USA und/oder anderen Ländern. Weitere auf dieser Homepage aufgeführten Produkt- und Firmennamen können geschützte Marken ihrer jeweiligen Inhaber sein.

Diese Seiten wurden optimiert für eine Bildschirmauflösung von mind. 1280x1024 Pixel