You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by "CONNER, BRENDAN (SBCSI)" <bc...@sbc.com> on 2005/07/11 18:52:57 UTC

Resolving the Component.dtd reference

I'm doing a complete build of the latest code from SVN, but I have a
question:

Several of the component XML files (e.g., tree.xml) have the following
line in their header, which my IBM RAD/RSA IDE lists as an unresolved
reference:

<!DOCTYPE component PUBLIC
  "-//MyFaces//DTD MyFaces component def 1.0//EN"
  "http://myfaces.apache.org/dtd/Component.dtd">

How does this get resolved?

- Brendan