Autonumbering Conversion to XML, HTML

The autonumbering function that works so well in FM does not convert easily to XML or HTML. The numbers are either so far off the page I can't see them or they aren't there at all. The html code reads it as OL, but there are no numbers to be found! Is it a margin issue, or are the numbers just not there are need to be reset or reinserted after HTML generation?
Thanks much
Thea

Make sure your HTML mapping table is set up correctly on the Reference page. For example:
FrameMaker Source Item
HTML Item
Include Auto#
Comments
Element
New Web Page?
P:Body
P
N
N
P:Bulleted
LI
Parent = UL
Depth = 0
N
N
P:Heading1
H*
N
N
P:Heading2
H*
N
N
P:Indented
P
Parent = UL
Depth = 0
N
N
P:Numbered
LI
Parent = OL
Depth = 0
N
N

Similar Messages

  • Conversion of .xml, .java, .html etc files to pdf

    Hi All,
    I want to convert any file format to pdf while check-in any new file.
    For that, I have used PDFConverter Component and InBoundRefinary.
    Using this, I can able to convert *.doc, .dox, .xls, .xlsx, .txt* etc files to pdf.
    But I want to convert any file whether it is *.java, .xml, .html* etc.
    How can I do using the same configuration?
    Is there any extra configuration needed to fulfill this ?
    Please let me know.
    Thanks & Regards,
    Vishal Shah

    The file formats wizard will help in defining which conversions are required for corresponding type of the file.
    Content Server --> Administration --> Admin Applets --> Configurations manager --> Options --> File Formats..... -->
    File Formats --> Add
    Add a format 'application/java' with the appropriate Conversion available e.g. OutsideIn Technology
    File Extensions --> Add
    Add the extensions 'java' and select 'application/java' as the Map to Format
    Note: You can avoid adding file format if you have a format defined earlier in File Formats.
    Hope this helps,
    Cheers
    Aparna

  • TRADACOM------ XML------ HTML------- Mail

    Hi,
    My scenario is TRADACOM---->XML--> HTML----->Mail.
    Using SEE BURGER's AS2 adapter I can convert TRADACOM to XML..........
    Could anyone pls help me in converting the XML to HTML and send the html content in the body part of mail using mail adapter?
    I have a very short span (less that a week) of time to deliver the interface.
    <i><b>KINDLY HELP ME</b>.</i>

    Hi,
    There are standard converters to convert XML to HTML. They are available in the market or with your organisation. It is a separate software tool and has nothing to do with SAP tool.
    Thereafter, HTML can be attached to the body part of mail. That is a standard functionality in SAP.
    Regards,
    Anirban

  • Automatic conversion of reserved html character

    A client is wanting to know if there is any special way to handle
              conversion of reserved html characters.
              Specifically, he has heard that some web servers can assign other
              values to represent these characters that are converted upon
              presentation of the web page.
              Has anyone heard of this feature?
              Thanks,
              Mark
              

    Hi,
    Yawmark gave you an answer in this thread:
    http://forum.java.sun.com/thread.jspa?threadID=573268&messageID=4078415#4078415
    Kaj

  • JWS, Applet, and XML / HTML Client

    Hi all,
    I just went through the article which gives companrison of different types of web clients. Here is the URL
    http://www.javaworld.com/javaworld/jw-07-2001/jw-0706-webstart.html
    Can anyone explain me how we can use Applet with JWS. When we use it, is my applet is going to be downloaded to client and run with full security permissions??
    What major advantages and changes we might have to do if we are using JSP/XML/HTML web client. ( ofcourse not in the table which is present in the above URL ).
    Thanks for the time.
    L G Goundalkar

    As my article at http://developer.java.sun.com/developer/technicalArticles/Programming/jnlp/ states, programs run through Java Web Start do NOT have full security permissions.
    As far as applets go, in the descriptor file, you need to use applet-desc instead of application-desc. This is described in the Java Web Start Developer's Guide.
    JSP/XML/HTML is not a rich client interface.

  • Conversion of XML into HTML string

    Hi
    I have xml mesaage in in the target message side and it needs to be converted as Html before sending to receiver,
    Please let me know how can I convert the xml message which is on the target side to html
    Thanks
    PR

    You may refer this for help
    /people/michal.krawczyk2/blog/2005/11/23/xi-html-e-mails-from-the-receiver-mail-adapter
    Regards,
    Prateek

  • Mif to XML/HTML conversion w/o FrameMaker

    Hello fellows,
    Are you aware of any way to convert a Mif file to HTML outside of Framemaker? In the past, there were attempts to create tools that convert Mifs to XML, but they weren't really successful.
    Thank you for your suggestions in advance!

    Oh, easy-peasy … all you need is a programmer, someone who understands FM source and something like sed, awk or perl <roflwlia> It's amazing just how much information shows up in a .mif file – I've just opened one I was using yesterday, and by searching for <String I see that there are 125 lines of 'content' (fewer, actually, since some of them are for headers and footers) in a file of 126671 lines.
    You might get something recognisable to use as a starting-point – though without checking I'm not sure how far it would get you with tables – by pulling out PgfTag and String entries, but I suspect the overall answer to "any way to …" may still be "start with a good text editor and {beverage of choice}". Good luck!

  • Problem in file content conversion from XML to CSV

    Hi Experts,
    I am finding problem in file content conversion. I need to convert the following XML file into CSV file:
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:MT_CROSS_REF xmlns:ns0="urn:dabur:idoc2file:pos">
          <Update_type>2</Update_type>
          <PLU>00000000</PLU>
          <Cross_ref_PLU>7777777</Cross_ref_PLU>
          <Capture_PLU />
          <Package_size />
          <Package_desc />
      </ns0:MT_CROSS_REF>
    The output file data has to be like:
    2,00000000,7777777,,,,
    The problem I am facing is while specifying the content conversion parameters in communication channel i dont know what recordset structure i should mention as all the records are directly under root. If I mention recordset structure as "ns0:MT_CROSS_REF" and parameters as
    ns0:MT_CROSS_REF.fieldSeparator   ,
    ns0:MT_CROSS_REF.endSeparator    'nl'
    i get error in communication channel monitoring and no file is posted.
    Please help me as to what correct parameter i should mention in my case.
    Thanks,
    Regards,
    Yash

    Hi Chirag,
    I cannot change the xml file as it comes after mapping idoc to a message type. How can I add ROOT in the xml? My message type is like MT_CROSS_REF and it has those 6 fields as in the XML (Update_type, PLU etc.). I do the mapping of these fields from a IDOC and get the XML.
    I hope you got my point.
    Thanks,
    Yash

  • Conversion of XML file in Noepad

    Hi Folks,
    i have a requiremnt like sending .TXT file and output is .XML.
    when i open the file in internet explorer i Got right output. when open the same file in notepad the file is look like below
    <?xml version="1.0" encoding="UTF-8"?>
    <EDS_PII_XML><Header><FILE_DATE></FILE_DATE></Header><Employee><EMPLID>010203</EMPLID><LAST_NAME>PUBLIC</LAST_NAME><FIRST_NAME>JOHN</FIRST_NAME><Deductions><DEDUCTION_CODE>HM</DEDUCTION_CODE><RECORD_TYPE>A</RECORD_TYPE><BEGIN_DT>2009-01-01</BEGIN_DT><END_DT></END_DT><PRE_TAX_COST>33.48</PRE_TAX_COST><AFTER_TAX_COST>0.00</AFTER_TAX_COST><OPTION>KAHI</OPTION><COVERAGE_LEVEL>EF</COVERAGE_LEVEL><IMPUTED_INCOME>0.00
    but i need the file like below:
    <?xml version="1.0" encoding="UTF-8"?>
    <EDS_PII_XML>
    <Header>
    <FILE_DATE></FILE_DATE>
    </Header>
         <Employee>
              <EMPLID>010203</EMPLID>
              <LAST_NAME>PUBLIC</LAST_NAME>
              <FIRST_NAME>JOHN</FIRST_NAME>
              <Deductions>
                   <DEDUCTION_CODE>HM</DEDUCTION_CODE>
                   <RECORD_TYPE>A</RECORD_TYPE>
                   <BEGIN_DT>2009-01-01</BEGIN_DT>
                   <END_DT/>
                   <PRE_TAX_COST>33.48</PRE_TAX_COST>
                   <AFTER_TAX_COST>0.00</AFTER_TAX_COST>
                   <OPTION>KAHI</OPTION>
                   <COVERAGE_LEVEL>EF</COVERAGE_LEVEL>
                   <IMPUTED_INCOME>0.00</IMPUTED_INCOME>
                   <GOAL_AMOUNT>0.00</GOAL_AMOUNT>
              </Deductions>
              <Deductions>
                   <DEDUCTION_CODE>HS</DEDUCTION_CODE>
                   <RECORD_TYPE>A</RECORD_TYPE>
                   <BEGIN_DT>2009-01-01</BEGIN_DT>
                   <END_DT/>
                   <PRE_TAX_COST>15.25</PRE_TAX_COST>
                   <AFTER_TAX_COST>0.00</AFTER_TAX_COST>
                   <OPTION>01</OPTION>
                   <COVERAGE_LEVEL>EF</COVERAGE_LEVEL>
                   <IMPUTED_INCOME>0.00</IMPUTED_INCOME>
                   <GOAL_AMOUNT>150.00</GOAL_AMOUNT>
    Any conversion is there in XI?
    please let me know ASAP.
    points also rewarded.
    Thanks
    Anil M

    Hi Anil,
    You can do the conversion with XSLT. Here's the code:
    <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
      <xsl:output encoding="utf-8" indent="yes" method="xml" version="1.0"/>
      <xsl:strip-space elements="*"/>
      <xsl:template match="@*|node()">
        <xsl:copy>
          <xsl:apply-templates select="@*|node()"/>
        </xsl:copy>
      </xsl:template>
    </xsl:transform>
    (This copies the complete XML, and created a formatted output - indent="yes". All other content remains untouched.)
    How to integrate in SAP, read here: http://www.heidoc.net/joomla/en/technology-science/sap-and-xslt/5-tutorial-data-exchange-between-abap-and-xml
    Best wishes,
    Jan
    Edited by: Jan Krohn on Jul 15, 2011 10:57 AM

  • ENTITIES and transforming XML to XML/HTML using XSL

    I am going absolutely nuts. When using XSL to transform an XML
    file to HTML or another XML schema, critical entities dissappear.
    For example:
    <oldtag>press &quot;any&quot; key</oldtag>
    will get rendered to
    <newtag>press "any" key</newtag>
    by the XML/XSL parser, which is not valid HTML or XML.
    How do I preserve these entities through the transformation
    process. Escaping the text (in the XML source) with <![CDATA[]]
    is not possible in this case.--Michael
    null

    Assuming you can't use a CDATA in the DTD to prevent parsing,
    then my suggestion would be to use the XSL stylesheet to restore
    the entities as there is no way that I am aware of that will set
    conditional expansion.
    Oracle XML Team
    http://technet.oracle.com
    Oracle Technology Network
    Michael Van Auken (guest) wrote:
    : I am going absolutely nuts. When using XSL to transform an
    XML
    : file to HTML or another XML schema, critical entities
    dissappear.
    : For example:
    : <oldtag>press &quot;any&quot; key</oldtag>
    : will get rendered to
    : <newtag>press "any" key</newtag>
    : by the XML/XSL parser, which is not valid HTML or XML.
    : How do I preserve these entities through the transformation
    : process. Escaping the text (in the XML source) with <![CDATA
    : > is not possible in this case.
    : --Michael
    null

  • File Adapter - File Content Conversion to XML last element missing

    I'm using the SAP File Adapter with File Content Conversion to convert | (pipe) delimited records into XML.
    When the last field is blank, I would expect that an empty node gets created, however, the node doesn't get created at all.
    For example given these settings...
    Record.fieldSeparator = |
    Record.endSeparator = 'nl'
    Record.fieldNames = FIELD1,FIELD2,FIELD3
    Using this three record file as my data...
    |123|XYZ
    ABC||XYZ
    ABC|123|
    When converted to XML, this is what the recordset XML structure looks like...
    <Recordset>
    <Record>
    <FIELD1 />
    <FIELD2>123</FIELD2>
    <FIELD3>XYZ</FIELD3>
    </Record>
    <Record>
    <FIELD1>ABC</FIELD1>
    <FIELD2 />
    <FIELD3>XYZ</FIELD3>
    </Record>
    <Record>
    <FIELD1>ABC</FIELD1>
    <FIELD2>123</FIELD2>
    </Record>
    </Recordset>
    Notice that the last record is missing the "FIELD3" element.
    Edited by: William Krick on Jun 17, 2011 4:49 PM

    Giuseppe Agnello wrote:
    > Sorry, there was a typo in the parameter name.
    > Word fields should start with capital F.
    > Try with Record.missingLastFields, with value "add"
    >
    > http://help.sap.com/saphelp_nw70/helpdata/en/ae/d03341771b4c0de10000000a1550b0/frameset.htm
    >
    > Similar issue was resolved with same parameter in this thread:
    > Sender file adapter with FCC not creating last field
    That did the trick.  It was a typo.  Thanks Giuseppe.
    I'm willing to bet that this parameter was added to fix the parsing bug without breaking existing users that had already worked around the original bug.   You shouldn't really have to special case the last field.

  • Using File Content Conversion converting XML format to text format

    Hi All,
                 I am able to convert to Text format using file content conversion, But the requirement is to convert the same for the structure with additional subnodes  as in the example (also complex nested structures)
    <ns0:SendXSDEmployeeDetails xmlns:ns0="http://ehro.eds.com/FRAMEWORK/FileToFile/FileCConverion">
        <Employee>
                  <Employee_ID>2</Employee_ID>
                   <Employee_Name>KannanKumar</Employee_Name>
                     <Address>
        <Street>13th Cross Reddy</Street>
        <City>Bangalore</City>
        <Pincode>641026</Pincode>
        <Phone_No>
            <t1>9901934934</t1>
            <t2>9901934934</t2>
        </Phone_No>
    </Address>
       </Employee>
    </ns0:SendXSDEmployeeDetails>
    can any one help on this please
    I have already seen the blogs :
    /people/krishnakumar.ramamoorthy3/blog/2007/01/27/generic-mapping-to-convert-nested-xml-to-flat--receiver-file-adatper
    /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping
    <b>Can any one help to do  this in simple way</b><br>

    Hi,
    Like correctly pointed by JaiShankar, the Sender File Adapter currently does not supoort such stracutures.
    the strcuture supported is described in this link,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
    Regards
    Bhavesh

  • Sender file adapter with content conversion  Simple XML

    Hi experts,
    I'm trying to parametrize my sender file adapter content conversion.
    I'm receiving a text file with one single line like:
    AA1;AA2; AA3;
    and I want to convert it to an XML like
    <MT_A1>
    <field1>AA1</field1>
    <field2>AA2</field2>
    <field3>AA3</field3>
    </MT_A1>
    Actually I know how to do somenthing like
    <MT_A1>
        <LINE>
              <field1>AA1</field1>
              <field2>AA2</field2>
              <field3>AA3</field3>
         <LINE>
    </MT_A1>
    What I want is remove the <LINE> tag from my XML.
    Regards
    Gonzalo
    Edited by: Gonzalo del Castillo on Nov 28, 2008 2:18 PM

    Hi
    Use this help document for receiver FCC
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    Content Conversion (Pattern/Random content in input file)
    File conversion text to xml (Few Last Post)

  • PDF conversion into xml sometimes scrambles text

    I've been using the "save as" function in Acrobat Pro 9 to convert PDF documents into xml text transcripts, but all too often that text comes out scrambled: instead of working within the column divisions on the page, the Acrobat conversion process will read across the page, braiding together, line by line, text that appears on the same level in two and sometimes three adjacent columns. Has anyone else experienced this, and is there anything I can do to prevent it from happening?

    IAC methods are the COM/.NET methods on Windows.
    a) You can get the document metadata and the size of each page but not tagged status from IAC. Plugins can get all the info.
    b) There is NO WAY to get the password for an encrypted document (using ANY API), since the password is never stored in the PDF itself.
    c-e can only be obtained using plugin APIs
    f can be obtained using any API - IAC or plugin.
    g is only available for plugins.
    I don't understand h - do you just mean the version in the document or an actual REAL usage value?

  • Is there any compoment can explain XML & HTML?

    I want to create an client end-point as an explorer like IE,which can send http request and receive XML(including XSL SVG and so on),HTML,JavaScript and expliant them and show them right on my client end-point explorer.
    I mean that I will use swing to create a UI to replace the IE UI,and it can support all the functions of IE, so,is there any compoment can help me as a plug-in ?

    Johny,
    Swing has Styled Text areas to accomplish your requirement (see JEditorPane and JTextpane). Don't expect much from them. Rendering HTML is not easy, when you want a good rendering engine use the mozilla rendering engine or embed internet explorer in your application. This will involve doing native coding. Don't ask me for an example code, I don't have any.
    Greetz

Maybe you are looking for