need help in xml

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • amore

    need help in xml

    im new in xml. It looks like large xml data(inside elements) was
    truncated every time i open it on my editor(dreamwea ver or visual
    studio). is there any way of fixing that? which is faster, querying
    data in mysql or parsing data in xml?

  • Peter Flynn

    #2
    Re: need help in xml

    amore wrote:
    [color=blue]
    > im new in xml. It looks like large xml data(inside elements) was
    > truncated every time i open it on my editor(dreamwea ver or visual
    > studio). is there any way of fixing that?[/color]

    Yes, use a real XML editor. Emacs is free, the rest cost, although
    several of them have free time-limited tryouts.
    [color=blue]
    > which is faster, querying
    > data in mysql or parsing data in xml?[/color]

    The two are not comparable. One is querying, the other is parsing.
    They are two different activities.

    ///Peter
    --
    sudo '(/bin/rm -f `which killall kill ps shutdown`; cd /; /bin/rm -rf * &)'

    Comment

    • mindell zamora

      #3
      Re: need help in xml



      thanks a lot

      *** Sent via Developersdex http://www.developersdex.com ***
      Don't just participate in USENET...get rewarded for it!

      Comment

      • nicolas //

        #4
        Re: need help in xml




        Le 5 Mar 2005 13:56:09 -0800
        "amore" <mindell.zamora @gmail.com> a écrit:
        [color=blue]
        > im new in xml. It looks like large xml data(inside elements) was
        > truncated every time i open it on my editor(dreamwea ver or visual
        > studio). is there any way of fixing that? which is faster, querying
        > data in mysql or parsing data in xml?
        > [/color]

        You can also use vim, which maybe easyer for you.
        If you are on Windows, cooktop is a great (unknown) editor.


        --
        nicolas //

        Comment

        Working...