readme.html #1

  • //
  • guest/
  • paul_allen/
  • p4convert-maven/
  • docs/
  • xalan-j_2_7_1/
  • readme.html
  • View
  • Commits
  • Open Download .zip Download (914 B)
<!--
 * Copyright 2004 The Apache Software Foundation.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
-->

<html>
<head>
<title>
</title>
</head>
<body>
<meta content="0; URL=docs/whatsnew.html" http-equiv="Refresh">
      Redirecting to <a href="docs/whatsnew.html">What's New in Xalan_Java 2</a>
</body>
</html>




            
            




            
   
# Change User Description Committed
#1 13895 Paul Allen Copying using p4convert-docbook
//guest/perforce_software/doc_build/main/xalan-j_2_7_1/readme.html
#1 12716 eedwards Initial checkin of infrastructure to process DocBook XML into WebHelp
format.

The purpose of this change is to lay the groundwork that will allow all
published Perforce documentation to be converted to HTML (and
eventually PDF and other formats) in a consistent manner, independent
of  tools, and eventually allow for automated documentation builds.

The latest versions of DocBook (1.78.1), Saxon (6.5.5), Xalan-J (2.7.1),
and XSLTHL (2.1.0) are included, as well as generic customization
capability and per-guide customizations. More work needs to be done
to the customization layers to fully support their use from an XML
authoring tool, such as oXygen, which will appear in a future change.

Note: This change only includes configuration to build WebHelp for the
P4SAG. Further work is required before the infrastructure can be
applied to other guides.

WARNING: For anyone using oXygen to produce WebHelp, there is
a known incompatibility: <imagedata> tags in oXygen are verified
for file existence, and the HTML is subsequently patched to resolve
to the output directory. The non-oXygen WebHelp generation does
not include the patch operation, so images are broken. The
<imagedata> can be updated to indicate the relative path in the
output directory, but then the oXygen transformation will fail. This
will be fixed in a future change.