OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK: PCDATA: include section of xml ?


hi 

i'm creating a docbook document using docbook.dsl

I would like to include a section of xml within the document.

ie.	

<?xml version="1.0" ?>
<ixSchema name="VR" description="Virtual Reality">

<ixSchemaCols>
	<ixSchemaCol name="Filename" displayName="Filename" type="file"
mandatory="false" default="" inputMask="" />
	<ixSchemaCol name="Project" displayName="Project" type="text"
size="255" mandatory="false" default="" inputMask="" /> 
	<ixSchemaCol name="Title" displayName="Title" type="text"
size="255" mandatory="false" default="" inputMask="" /> 
	<ixSchemaCol name="Type" displayName="Type" type="text"
size="255" mandatory="false" default="" inputMask="" /> 
	<ixSchemaCol name="Author" displayName="Author" type="text"
size="255" mandatory="false" default="" inputMask="" /> 
	<ixSchemaCol name="MasterID" displayName="MasterID" type="text"
size="255" mandatory="false" default="" inputMask="" /> 
</ixSchemaCols>

</ixSchema>	


i looked at using the <example><programlisting> tags but they don't seem
to work.

Can i use PCDATA for this, if so how?

cheers

alan


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC