Hi all, I'm tasked with bringing our codebase up to XHTML standards, and have a question about how best to do this. I'm not sure where to start:
First, as you probably know, there is a validator at w3.org that will validate your XHTML for you. This requires that the pages be out on the internet (instead of on a dev server behind your firewall, like ours is). But I want to avoid having to push my pages out to a public server, just to validate them. What I would like to do is have a CF-based routine that validates the XHTML against a specific XHTML DTD. I've read from this list and elsewhere that you can install the validator locally on your machine. It may not be a feasible thing for our company to do right now, so I'm wondering about a more generic question: How would I, through CF, check my XHTML against the DTD that I specify? Is there a way to do this? I am sadly not very well-versed in working with XML. Ideally, I would like to have a function called from a top frame that scrapes the HTML from, say, a bottom content frame, and checks its validity against the XHTML strict DTD. Let me know if this makes sense and if you have any suggestions. Thanks, Robyn ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - New Atlanta http://www.newatlanta.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187070 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

