Skipping a Pass
Benjamin Pharr <[email protected]>
| Newsgroups | gmane.comp.web.wml |
|---|---|
| Message-ID | <[email protected]> |
I am writing my web pages in XHTML instead of HTML, so I'm trying to skip the HTMLfix pass so it won't "fix" my image tags for me. My command line looks like this: wml -i include/template.wml -p"1,2,3,4,5,6,8,9" source/links.wml > htdocs/links.html I'm attempting to skip pass 7. However, it doesn't seem to be skipping it. My image tags that are written like: <img src="blah.gif" alt="yyy" /> are transformed to: <img src="blah.gif" width="xx" height="xx" alt="yyy"> which isn't legal XHTML. Am I trying to skip the incorrect pass or am I skipping it incorrectly? Thanks in advance for your help. Ben _____________________________________________________________________ Website META Language (WML) http://thewml.org User Support Mailing List [email protected] Automated List Manager [email protected]