Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. OpenXML to php

OpenXML to php

Scheduled Pinned Locked Moved Web Development
databasephpsql-serversysadminxml
7 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    haggenx
    wrote on last edited by
    #1

    Hi I trying of use a xml file as database, i know what exist a library called openxml, but only find tutorials to sql server, exist openxml to php?. If not exist openxml to php, how i can read a xml file with sql statements?, thanks very much for yours replys.

    Greetings from Mexico ----------------------- Cuando salga el sol, no estare aqui...

    B 1 Reply Last reply
    0
    • H haggenx

      Hi I trying of use a xml file as database, i know what exist a library called openxml, but only find tutorials to sql server, exist openxml to php?. If not exist openxml to php, how i can read a xml file with sql statements?, thanks very much for yours replys.

      Greetings from Mexico ----------------------- Cuando salga el sol, no estare aqui...

      B Offline
      B Offline
      Bradml
      wrote on last edited by
      #2

      I must admit that I am not an expert with the openXML standard. However PHP's support of XML is fantastic (as of 5.1). You have two choices: The old DOM functionality (Link[^]), Which is great. The DOM classess work and are well tested. Now PHP has recently documented the XMLReader (Linkety)[^] / XMLWriter (Linkety)[^] classes, which are the replacement for DOM. If you have any questions on them I can probably answer them or point you to the resource you need.

      Brad Australian - Christian Graus on "Best books for VBscript" A big thick one, so you can whack yourself on the head with it.

      V 1 Reply Last reply
      0
      • B Bradml

        I must admit that I am not an expert with the openXML standard. However PHP's support of XML is fantastic (as of 5.1). You have two choices: The old DOM functionality (Link[^]), Which is great. The DOM classess work and are well tested. Now PHP has recently documented the XMLReader (Linkety)[^] / XMLWriter (Linkety)[^] classes, which are the replacement for DOM. If you have any questions on them I can probably answer them or point you to the resource you need.

        Brad Australian - Christian Graus on "Best books for VBscript" A big thick one, so you can whack yourself on the head with it.

        V Offline
        V Offline
        Vasudevan Deepak Kumar
        wrote on last edited by
        #3

        PHP has COM library support and so do OpenXML Library. Do you find some solution now?

        Vasudevan Deepak Kumar Personal Homepage Tech Gossips

        B H 2 Replies Last reply
        0
        • V Vasudevan Deepak Kumar

          PHP has COM library support and so do OpenXML Library. Do you find some solution now?

          Vasudevan Deepak Kumar Personal Homepage Tech Gossips

          B Offline
          B Offline
          Bradml
          wrote on last edited by
          #4

          Well no, What is OpenXML?

          Brad Australian - Christian Graus on "Best books for VBscript" A big thick one, so you can whack yourself on the head with it.

          V 1 Reply Last reply
          0
          • V Vasudevan Deepak Kumar

            PHP has COM library support and so do OpenXML Library. Do you find some solution now?

            Vasudevan Deepak Kumar Personal Homepage Tech Gossips

            H Offline
            H Offline
            haggenx
            wrote on last edited by
            #5

            Can you send me a link about how use openxml in php please?, i want make this: SELECT field1, field2 FROM [XMLFILE] WHERE [CONDITION] Where fields are xmlnodes some value some value some value some value some value some value Is possible make this in php reading the xmlfile with sql statements?, thansk very much -- modified at 18:08 Monday 5th March, 2007 Manuel say: Greetings from Mexico, Cuando salga el sol, no estare aqui... --------------------------------------- Web: http://www.otakuzone-fanzine.com Forum: http://www.otakuzone-fanzine.com/foro

            V 1 Reply Last reply
            0
            • H haggenx

              Can you send me a link about how use openxml in php please?, i want make this: SELECT field1, field2 FROM [XMLFILE] WHERE [CONDITION] Where fields are xmlnodes some value some value some value some value some value some value Is possible make this in php reading the xmlfile with sql statements?, thansk very much -- modified at 18:08 Monday 5th March, 2007 Manuel say: Greetings from Mexico, Cuando salga el sol, no estare aqui... --------------------------------------- Web: http://www.otakuzone-fanzine.com Forum: http://www.otakuzone-fanzine.com/foro

              V Offline
              V Offline
              Vasudevan Deepak Kumar
              wrote on last edited by
              #6

              http://www.sqlservercentral.com/columnists/rVasant/usingopenxml.asp[^]

              Vasudevan Deepak Kumar Personal Homepage Tech Gossips

              1 Reply Last reply
              0
              • B Bradml

                Well no, What is OpenXML?

                Brad Australian - Christian Graus on "Best books for VBscript" A big thick one, so you can whack yourself on the head with it.

                V Offline
                V Offline
                Vasudevan Deepak Kumar
                wrote on last edited by
                #7

                http://openxmldeveloper.org/[^]

                Vasudevan Deepak Kumar Personal Homepage Tech Gossips

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups