Páginas filhas
  • Utilizando a atividade "Executar Transformação XSLT"

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

HTML
<style type="text/css">
.expand-container{
margin-top:5px !important;
font-weight: normal !important;
}

.expand-control{
margin-bottom: 5px !important;
}

pre{
white-space: inherit !important;
}

table tr:nth-child(odd), table tr:nth-child(odd) > *{
   background: transparent !important;
border: 0 !important;
}

.pdl .codeContent .gutter{
    border-right: 1px solid #ccc !important;
}

.wiki-content .innerCell {
    overflow-y: hidden;
}

.HiddenDiv .confluence-information-macro {
    width: calc(100% - 25px);
    background: #fff !important; 
    border: 0 !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    color: #333;
    margin: 10px 0 1em 0;
    min-height: 20px;
    padding: 10px;
    position: relative;
}

.HiddenDiv .confluence-information-macro .confluence-information-macro pre{
    display: none;
}
.HiddenDiv .wiki-content a:link, .HiddenDiv .wiki-content a, .HiddenDiv .tab-nav-link, .HiddenDiv .current{
     color: #000 !important; 
}

.wiki-content a:link {
    color: #000 !important;
}

.lastDiv + pre{
    font-family: inherit;
}

.white-container{
    -moz-box-shadow: 2px 2px 2px #aaa;
    -webkit-box-shadow: 2px 2px 2px #aaa;
    box-shadow: 2px 2px 2px #aaa;
}

.confluence-embedded-file-wrapper .confluence-embedded-image{
    max-width: 100% !important;
    max-height: 100%;
}


.white-background{
	background: #fff; 
	padding:10px;
	text-align:center;
	width:calc(100% - 25px);
	margin:10px 0px;
}

</style>
HTML
<div style="border:1px solid #aab8c6;padding:5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;background: #f7f7f7">      
      <div style="background:#f7f7f7;width:calc(100% - 10px);height:30px;color: #000;font-weight:bold;font-size: 16px;padding:5px;border-bottom: 1px solid #aab8c6;margin-bottom:14px">
           <span style="float:left"><img style="width: 16px; height: 16px; margin-top:3px" src="/download/attachments/149881483/settings.png?version=1&modificationDate=1509720640465&api=v2" /></span>
           <span style="float:left;font-size:inherit;padding-left:5px">Configuração</span>
     </div>
<div style="border: 1px solid #aab8c6">      
       <div style="background:#f7f7f7;width:calc(100% - 10px);height:30px;color: #000;font-weight:bold;font-size: 16px;padding:5px;border-bottom: 0px;">
           <span style="float:left;margin-top: 4px"><img style="width: 16px; height: 16px; margin-top:3px" src="/download/attachments/190516500/info.png?version=1&modificationDate=1509568958717&api=v2" /></span>
           <span style="float:left;font-size:inherit;padding-left:5px;margin-top: 3px">Informações Gerais</span>
      </div>
<div style="background:#f0f0f0;width:calc(100% - 10px);height:auto;min-height:30px;color: #000;font-weight:bold;font-size: 16px;padding:5px;border-bottom: 0px;">
           <div><span style="float:left;margin-top: 4px;font-weight:normal !important"><img style="width: 16px; height: 16px; margin-top:3px" src="/download/attachments/331869081/xslt.png?version=1&modificationDate=1516814804435&api=v2" /></span>
           <span style="float:left;font-size:inherit;padding-left:5px;margin-top: 4px;font-weight:normal !important">Atividade <b>Executar Transformação XSLT</b></span><span style="float:right;margin-top: 4px;padding-right:5px;cursor:pointer" onclick="Show('hiddenDiv22', 'img22');"><img id="img22" name="img22" style="width: 16px; height: 16px; margin-top: 3px" src="/download/attachments/309398329/add.png?version=1&modificationDate=1509382756808&api=v2"></span></div>
      </div>
<div style="background: #e2e2e2;">
<div id="hiddenDiv22" class="HiddenDiv" style="visibility:hidden;height: 0px; line-height: 30px; padding-left: 5px; background: #e2e2e2;">
<strong>Objetivo:</strong> A finalidade da atividade "Executar Transformação XSLT" é permitir que um XML de entrada possa ser transformado em um XML totalmente diferente, de acordo com o algoritmo escrito em um arquivo (ou conteúdo) <strong>.XSLT</strong>.<br>
<strong>Passo a Passo:</strong> Primeiramente é necessário arrastar a atividade <strong>"Executar Transformação XSLT"</strong> para o <strong>"Fluxo de Trabalho Sequencial"</strong> em sua fórmula visual.

...

HTML
</div>
Nessa tela, adicione o XML de Entrada. 
<div styleclass="background: #fff; padding:10px;text-align:center;width:calc(100% - 25px);margin:10px 0pxwhite-background">
Bloco de código
languagexml
firstline1
titleXML de Entrada
linenumberstrue
collapsetrue
<?xml version="1.0" encoding="utf-8"?>
<ReturnContent>
  <ProjectInternalId>ProjectInternalId1</ProjectInternalId>
  <InitialTaskInternalId>InitialTaskInternalId1</InitialTaskInternalId>
  <FinalTaskInternalId>FinalTaskInternalId1</FinalTaskInternalId>
  <AccountingClosingDate>2017-10-30</AccountingClosingDate>
  <ListOfTaskCostAssignments>
    <TaskCostAssignment>
      <TaskInternalId>1|12|120</TaskInternalId>
      <ListOfPeriodValues>
        <PeriodValues>
		  <PeriodNumber>1</PeriodNumber>
          <PeriodValue>1232</PeriodValue>
          <ListOfDocumentValues>
            <DocumentValues>
              <DocumentType>NFE</DocumentType>
              <Value>1</Value>
            </DocumentValues>
            <DocumentValues>
              <DocumentType>EST</DocumentType>
              <Value>-79228162514264337593543950335</Value>
            </DocumentValues>
            <DocumentValues>
              <DocumentType>CPG</DocumentType>
              <Value>79228162514264337593543950335</Value>
            </DocumentValues>
          </ListOfDocumentValues>
        </PeriodValues>
        <PeriodValues>
          <PeriodNumber>2</PeriodNumber>
          <PeriodValue>200</PeriodValue>
          <ListOfDocumentValues>
            <DocumentValues>
              <DocumentType>NFE</DocumentType>
              <Value>0.9</Value>
            </DocumentValues>
            <DocumentValues>
              <DocumentType>EST</DocumentType>
              <Value>1.1</Value>
            </DocumentValues>
            <DocumentValues>
              <DocumentType>CPG</DocumentType>
              <Value>-79228162514264337593543950335</Value>
            </DocumentValues>
          </ListOfDocumentValues>
        </PeriodValues>
        <PeriodValues>
          <PeriodNumber>3</PeriodNumber>
          <PeriodValue>300</PeriodValue>
          <ListOfDocumentValues>
            <DocumentValues>
              <DocumentType>NFE</DocumentType>
              <Value>79228162514264337593543950335</Value>
            </DocumentValues>
            <DocumentValues>
              <DocumentType>EST</DocumentType>
              <Value>0.8</Value>
            </DocumentValues>
            <DocumentValues>
              <DocumentType>CPG</DocumentType>
              <Value>1.2</Value>
            </DocumentValues>
          </ListOfDocumentValues>
        </PeriodValues>
      </ListOfPeriodValues>
    </TaskCostAssignment>  
    <TaskCostAssignment>
      <TaskInternalId>1|12|121</TaskInternalId>
      <ListOfPeriodValues>
        <PeriodValues>
          <PeriodValue>1</PeriodValue>          
        </PeriodValues>
        <PeriodValues>
          <PeriodValue>2</PeriodValue>
        </PeriodValues>
        <PeriodValues>
          <PeriodValue>3</PeriodValue>
        </PeriodValues>
      </ListOfPeriodValues>
    </TaskCostAssignment>  
  </ListOfTaskCostAssignments>
</ReturnContent>

...