943,712 Members | Top Members by Rank

Dec 1st, 2004
0

XHTML w/ XML?

Expand Post »
I've been having trouble using XHTML as the main DTD and adding my own as a secondary. I've googled and find plenty of discussions or articles about XML or XHTML, but I can't seem to find what I'm looking for. does anyone know how to do this? Thanks in advance.

Alcides.
Similar Threads
Reputation Points: 11
Solved Threads: 0
Junior Poster in Training
Alcides is offline Offline
54 posts
since Jul 2004
Dec 2nd, 2004
0

Re: XHTML w/ XML?

I couldn't find the "edit" button, so I'm adding a reply. Here is the code I have above my opening html tag.

RSS, Web Services and SOAP Syntax (Toggle Plain Text)
  1. <?xml version="1.0"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" [
  4. <!ENTITY % html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  5. %html;
  6. <!ENTITY % ft7777 SYSTEM "http://www.alcides.net/newsite/dtd/ft7777.dtd">
  7. %ft7777;
  8. ]>

In IE it shows a "]>" at the top. But in Firefox, it seems to be okay. I'm thinking that IE has a stricter parser so I'm trying to rely on that more than Firfox's. Not to mention a lot of people still use IE. Thanks again.

Alcides.
Reputation Points: 11
Solved Threads: 0
Junior Poster in Training
Alcides is offline Offline
54 posts
since Jul 2004
Apr 22nd, 2005
0

Re: XHTML w/ XML?

post........? Ugh this day sucks sorry I can't help
Reputation Points: 10
Solved Threads: 0
Newbie Poster
OverDoser is offline Offline
7 posts
since Apr 2005
Apr 22nd, 2005
0

Re: XHTML w/ XML?

Try it this way. Added / on very last line.

RSS, Web Services and SOAP Syntax (Toggle Plain Text)
  1. <!ENTITY % ft7777 SYSTEM "http://www.alcides.net/newsite/dtd/ft7777.dtd">
  2. %ft7777;
  3. ] />
Reputation Points: 17
Solved Threads: 14
Posting Whiz
DanceInstructor is offline Offline
355 posts
since Feb 2005
Apr 26th, 2005
0

Re: XHTML w/ XML?

That SO makes a lot of sense. I'm gonna try it when get home from work. Thanks, DanceInstructor.

Alcides.
Reputation Points: 11
Solved Threads: 0
Junior Poster in Training
Alcides is offline Offline
54 posts
since Jul 2004
Apr 26th, 2005
0

Re: XHTML w/ XML?

I don't know if it will work or not :-| Its just a guess.
Reputation Points: 17
Solved Threads: 14
Posting Whiz
DanceInstructor is offline Offline
355 posts
since Feb 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in RSS, Web Services and SOAP Forum Timeline: Rss Feeds!
Next Thread in RSS, Web Services and SOAP Forum Timeline: What exactly is soap?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC