Author Topic: Html,xml,others? Problems...  (Read 1755 times)

Offline Moley

  • Jr. Member
  • **
  • Posts: 95
Html,xml,others? Problems...
« on: December 13, 2009, 03:27:25 PM »
ok... i am trying to make a html page that has a form in it DONE
and have the form sort through an xml file TO_DO
and display the matches from the form and the xml TO_DO

i keep fighting between php and xslt but they don't work well together...
any help?
I HATE SPELLING!!!!!!
if i spell something or screw up grammer,
ignore it or tell me if you dont understand what i typed.

Offline Hooman

  • Administrator
  • Hero Member
  • *****
  • Posts: 4954
Html,xml,others? Problems...
« Reply #1 on: December 13, 2009, 03:34:24 PM »
I don't know PHP well enough. Certainly not any of it's libraries.

Plus, I hate XML. :P
It's so needlessly verbose. What a waste of space. They made it a text file so it'd be human readable, but then everything is so far buried in tags and has so much wrapping around it, that's it's damn near impossible to sort through the information by hand, let alone write one of these files by hand. You might be able to make small edits (changing a number?) but anything beyond that is a huge pain to deal with.
 

Offline Moley

  • Jr. Member
  • **
  • Posts: 95
Html,xml,others? Problems...
« Reply #2 on: December 14, 2009, 07:01:48 AM »
my job in my local group of freinds is to take large loads of data, sort it, format it and give it to them in bite (or byte) size peices.
I HATE SPELLING!!!!!!
if i spell something or screw up grammer,
ignore it or tell me if you dont understand what i typed.