mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
25834: ALF-7070: more tweaks to node properties serialization ALF-7071: initial checkin SOLR API client library: node metadata, node text content 25869: ALF-6862 - When performing XML Metadata Extraction on a file with a DTD, if the DTD cannot be found then re-try the extraction with a parser that ignores DTDs. Includes unit tests for a file with and without a DTD, showing we now correctly process both. 25892: OpenCMIS - add multi-filing support to CMIS getObjectParents() - update OpenCMIS libraries 25905: Push the DataList model namespace definition into a constant in NameSpaceService in the usual pattern, rather than being hard coded in a util class 25922: (RECORD ONLY) Fix version number git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28115 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
12 lines
521 B
XML
12 lines
521 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- From the DITA Open Toolkit project, under the Apache License v2.0 -->
|
|
<!-- (C) Copyright IBM Corporation 2001, 2005. All Rights Reserved. *-->
|
|
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
|
|
<concept id="conceptconcept" xml:lang="en-us">
|
|
<title>The quick brown fox jumps over the lazy dog</title>
|
|
<shortdesc>Gym class featuring a brown fox and lazy dog</shortdesc>
|
|
<conbody>
|
|
<p>The quick brown fox jumps over the lazy dog.</p>
|
|
</conbody>
|
|
</concept>
|